Searched refs:spk_say_ctrl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | speakup.h | 104 extern int spk_no_intr, spk_say_ctrl, spk_say_word_ctl, spk_punc_level;
|
H A D | varhandlers.c | 33 { "say_control", SAY_CONTROL, VAR_NUM, &spk_say_ctrl, NULL },
|
H A D | main.c | 65 int spk_say_ctrl, spk_bell_pos; variable 1191 if (spk_say_ctrl && value < NUM_CTL_LABELS) in do_handle_shift()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | speakup.h | 104 extern int spk_no_intr, spk_say_ctrl, spk_say_word_ctl, spk_punc_level;
|
H A D | varhandlers.c | 34 { "say_control", SAY_CONTROL, VAR_NUM, &spk_say_ctrl, NULL },
|
H A D | main.c | 65 int spk_say_ctrl, spk_bell_pos; variable 1191 if (spk_say_ctrl && value < NUM_CTL_LABELS) in do_handle_shift()
|
Completed in 7 milliseconds