Searched refs:spk_str_caps_stop (Results 1 – 2 of 2) sorted by relevance
70 char spk_str_caps_stop[MAXVARLEN + 1] = "\0"; variable434 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()
21 { "caps_stop", CAPS_STOP, VAR_STRING, spk_str_caps_stop, NULL },