Home
last modified time | relevance | path

Searched refs:spk_say_ctrl (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/accessibility/speakup/
Dspeakup.h104 extern int spk_no_intr, spk_say_ctrl, spk_say_word_ctl, spk_punc_level;
Dvarhandlers.c34 { "say_control", SAY_CONTROL, VAR_NUM, &spk_say_ctrl, NULL },
Dmain.c65 int spk_say_ctrl, spk_bell_pos; variable
1191 if (spk_say_ctrl && value < NUM_CTL_LABELS) in do_handle_shift()