Lines Matching refs:spk_special_handler
58 special_func spk_special_handler; variable
1326 spk_special_handler = NULL; in edit_bits()
1927 if (spk_special_handler || val < 1 || val > 6) { in speakup_bits()
1933 spk_special_handler = edit_bits; in speakup_bits()
1978 spk_special_handler = NULL; in handle_goto()
2006 spk_special_handler = NULL; in handle_goto()
2023 if (spk_special_handler) { in speakup_goto()
2028 spk_special_handler = handle_goto; in speakup_goto()
2175 if (type == KT_SPKUP && !spk_special_handler) { in speakup_key()
2191 if (spk_special_handler) { in speakup_key()
2200 ret = (*spk_special_handler) (vc, type, value, keycode); in speakup_key()