Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/accessibility/speakup/
Dmain.c705 char *str_cap = spk_str_caps_stop; in spell_word() local
717 str_cap = spk_str_caps_start; in spell_word()
723 str_cap = spk_str_caps_stop; in spell_word()
725 if (str_cap != last_cap) { in spell_word()
726 synth_printf("%s", str_cap); in spell_word()
727 last_cap = str_cap; in spell_word()
746 if (str_cap != spk_str_caps_stop) in spell_word()