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

/linux-4.4.14/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
540 * reading cursor is a space and if spk_say_word_ctl is true it will
541 * return the word space. If spk_say_word_ctl is not set it will check to
559 if (spk_say_word_ctl && ch == SPACE) { get_word()

Completed in 89 milliseconds