Searched refs:spk_say_word_ctl (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/speakup/
H A Dspeakup.h105 extern int spk_no_intr, spk_say_ctrl, spk_say_word_ctl, spk_punc_level;
H A Dvarhandlers.c33 { "say_word_ctl", SAY_WORD_CTL, VAR_NUM, &spk_say_word_ctl, NULL },
H A Dmain.c77 int spk_key_echo, spk_say_word_ctl; variable
537 * reading cursor is a space and if spk_say_word_ctl is true it will
538 * return the word space. If spk_say_word_ctl is not set it will check to
555 if (spk_say_word_ctl && ch == SPACE) {

Completed in 29 milliseconds