Searched refs:spk_str_caps_stop (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/speakup/ |
D | main.c | 82 char spk_str_caps_stop[MAXVARLEN + 1] = "\0"; variable 444 synth_printf("%s", spk_str_caps_stop); in speak_char() 456 synth_printf("%s", spk_str_caps_stop); in speak_char() 703 char *cp = buf, *str_cap = spk_str_caps_stop; in spell_word() 704 char *cp1, *last_cap = spk_str_caps_stop; in spell_word() 714 if (*spk_str_caps_stop) in spell_word() 717 last_cap = spk_str_caps_stop; in spell_word() 719 str_cap = spk_str_caps_stop; in spell_word() 738 if (str_cap != spk_str_caps_stop) in spell_word() 739 synth_printf("%s", spk_str_caps_stop); in spell_word()
|
D | speakup.h | 99 extern char spk_str_caps_start[], spk_str_caps_stop[];
|
D | varhandlers.c | 20 { "caps_stop", CAPS_STOP, VAR_STRING, spk_str_caps_stop, NULL },
|