Home
last modified time | relevance | path

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

/drivers/staging/speakup/
Dmain.c78 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()
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 },