Home
last modified time | relevance | path

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

/drivers/accessibility/speakup/
Dmain.c70 char spk_str_caps_stop[MAXVARLEN + 1] = "\0"; variable
434 synth_printf("%s", spk_str_caps_stop); in speak_char()
446 spk_str_caps_start, cp, spk_str_caps_stop); in speak_char()
706 char *str_cap = spk_str_caps_stop; in spell_word()
707 char *last_cap = spk_str_caps_stop; in spell_word()
719 if (*spk_str_caps_stop) in spell_word()
722 last_cap = spk_str_caps_stop; in spell_word()
724 str_cap = spk_str_caps_stop; in spell_word()
747 if (str_cap != spk_str_caps_stop) in spell_word()
748 synth_printf("%s", spk_str_caps_stop); in spell_word()
Dspeakup.h97 extern char spk_str_caps_start[], spk_str_caps_stop[], spk_str_pause[];
Dvarhandlers.c21 { "caps_stop", CAPS_STOP, VAR_STRING, spk_str_caps_stop, NULL },