Searched defs:special_handler (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/speakup/
H A Dmain.c73 special_func special_handler; variable
1271 special_handler = NULL;
1846 if (special_handler != NULL || val < 1 || val > 6) {
1852 special_handler = edit_bits;
1892 special_handler = NULL;
1920 special_handler = NULL;
1937 if (special_handler != NULL) {
1942 special_handler = handle_goto;
2085 if (type == KT_SPKUP && special_handler == NULL) {
2101 if (special_handler) {
[all...]

Completed in 399 milliseconds