Home
last modified time | relevance | path

Searched refs:spk_str_caps_stop (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/speakup/
Dmain.c82 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()
Dspeakup.h99 extern char spk_str_caps_start[], spk_str_caps_stop[];
Dvarhandlers.c20 { "caps_stop", CAPS_STOP, VAR_STRING, spk_str_caps_stop, NULL },