Searched refs:spk_special_handler (Results 1 – 3 of 3) sorted by relevance
143 spk_special_handler = NULL; in spk_handle_help()165 !spk_special_handler) { in spk_handle_help()166 spk_special_handler = spk_handle_help; in spk_handle_help()
58 special_func spk_special_handler; variable1327 spk_special_handler = NULL; in edit_bits()1929 if (spk_special_handler || val < 1 || val > 6) { in speakup_bits()1935 spk_special_handler = edit_bits; in speakup_bits()1980 spk_special_handler = NULL; in handle_goto()2008 spk_special_handler = NULL; in handle_goto()2025 if (spk_special_handler) { in speakup_goto()2030 spk_special_handler = handle_goto; in speakup_goto()2177 if (type == KT_SPKUP && !spk_special_handler) { in speakup_key()2193 if (spk_special_handler) { in speakup_key()[all …]
64 extern special_func spk_special_handler;