Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/speakup/
Dmain.c82 char spk_str_caps_stop[MAXVARLEN + 1] = "\0"; variable
442 synth_printf("%s", spk_str_caps_stop); in speak_char()
454 synth_printf("%s", spk_str_caps_stop); in speak_char()
700 char *cp = buf, *str_cap = spk_str_caps_stop; in spell_word()
701 char *cp1, *last_cap = spk_str_caps_stop; in spell_word()
711 if (*spk_str_caps_stop) in spell_word()
714 last_cap = spk_str_caps_stop; in spell_word()
716 str_cap = spk_str_caps_stop; in spell_word()
735 if (str_cap != spk_str_caps_stop) in spell_word()
736 synth_printf("%s", spk_str_caps_stop); in spell_word()
Dspeakup.h101 extern char spk_str_caps_start[], spk_str_caps_stop[];
Dvarhandlers.c20 { "caps_stop", CAPS_STOP, VAR_STRING, spk_str_caps_stop, NULL },