Searched refs:spk_str_caps_stop (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/staging/speakup/ |
D | main.c | 69 char spk_str_caps_stop[MAXVARLEN + 1] = "\0"; variable 437 synth_printf("%s", spk_str_caps_stop); in speak_char() 449 spk_str_caps_start, cp, spk_str_caps_stop); in speak_char() 707 char *str_cap = spk_str_caps_stop; in spell_word() 708 char *last_cap = spk_str_caps_stop; in spell_word() 720 if (*spk_str_caps_stop) in spell_word() 723 last_cap = spk_str_caps_stop; in spell_word() 725 str_cap = spk_str_caps_stop; in spell_word() 748 if (str_cap != spk_str_caps_stop) in spell_word() 749 synth_printf("%s", spk_str_caps_stop); in spell_word()
|
D | speakup.h | 98 extern char spk_str_caps_start[], spk_str_caps_stop[], spk_str_pause[];
|
D | varhandlers.c | 21 { "caps_stop", CAPS_STOP, VAR_STRING, spk_str_caps_stop, NULL },
|