Searched refs:spk_say_word_ctl (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 | 34 { "say_word_ctl", SAY_WORD_CTL, VAR_NUM, &spk_say_word_ctl, NULL },
|
H A D | main.c | 64 int spk_key_echo, spk_say_word_ctl; variable 538 * reading cursor is a space and if spk_say_word_ctl is true it will 539 * return the word space. If spk_say_word_ctl is not set it will check to 557 if (spk_say_word_ctl && ch == SPACE) { in get_word()
|
/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 | 35 { "say_word_ctl", SAY_WORD_CTL, VAR_NUM, &spk_say_word_ctl, NULL },
|
H A D | main.c | 64 int spk_key_echo, spk_say_word_ctl; variable 536 * reading cursor is a space and if spk_say_word_ctl is true it will 537 * return the word space. If spk_say_word_ctl is not set it will check to 555 if (spk_say_word_ctl && ch == SPACE) { in get_word()
|
Completed in 8 milliseconds