Searched refs:spk_say_word_ctl (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/accessibility/speakup/
H A Dmain.c64 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) {
H A Dvarhandlers.c35 { "say_word_ctl", SAY_WORD_CTL, VAR_NUM, &spk_say_word_ctl, NULL },
H A Dspeakup.h104 extern int spk_no_intr, spk_say_ctrl, spk_say_word_ctl, spk_punc_level;

Completed in 291 milliseconds