Searched refs:spk_special_handler (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/accessibility/speakup/
H A Dkeyhelp.c143 spk_special_handler = NULL;
165 !spk_special_handler) {
166 spk_special_handler = spk_handle_help;
H A Dspeakup.h64 extern special_func spk_special_handler;
H A Dmain.c58 special_func spk_special_handler; variable
1336 spk_special_handler = NULL;
1941 if (spk_special_handler || val < 1 || val > 6) {
1947 spk_special_handler = edit_bits;
1992 spk_special_handler = NULL;
2020 spk_special_handler = NULL;
2037 if (spk_special_handler) {
2042 spk_special_handler = handle_goto;
2189 if (type == KT_SPKUP && !spk_special_handler) {
2205 if (spk_special_handler) {
[all...]

Completed in 113 milliseconds