Searched refs:spk_str_caps_stop (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/speakup/ |
D | main.c | 78 char spk_str_caps_stop[MAXVARLEN + 1] = "\0"; variable 441 synth_printf("%s", spk_str_caps_stop); in speak_char() 453 synth_printf("%s", spk_str_caps_stop); in speak_char() 706 char *cp = buf, *str_cap = spk_str_caps_stop; in spell_word() 707 char *cp1, *last_cap = spk_str_caps_stop; in spell_word() 717 if (*spk_str_caps_stop) in spell_word() 720 last_cap = spk_str_caps_stop; in spell_word() 722 str_cap = spk_str_caps_stop; in spell_word() 741 if (str_cap != spk_str_caps_stop) in spell_word() 742 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 },
|