Searched refs:spk_str_caps_stop (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/accessibility/speakup/ |
D | main.c | 69 char spk_str_caps_stop[MAXVARLEN + 1] = "\0"; variable 433 synth_printf("%s", spk_str_caps_stop); in speak_char() 445 spk_str_caps_start, cp, spk_str_caps_stop); in speak_char() 705 char *str_cap = spk_str_caps_stop; in spell_word() 706 char *last_cap = spk_str_caps_stop; in spell_word() 718 if (*spk_str_caps_stop) in spell_word() 721 last_cap = spk_str_caps_stop; in spell_word() 723 str_cap = spk_str_caps_stop; in spell_word() 746 if (str_cap != spk_str_caps_stop) in spell_word() 747 synth_printf("%s", spk_str_caps_stop); in spell_word()
|
D | speakup.h | 97 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 },
|