Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dmain.c706 char *str_cap = spk_str_caps_stop; in spell_word() local
718 str_cap = spk_str_caps_start; in spell_word()
724 str_cap = spk_str_caps_stop; in spell_word()
726 if (str_cap != last_cap) { in spell_word()
727 synth_printf("%s", str_cap); in spell_word()
728 last_cap = str_cap; in spell_word()
747 if (str_cap != spk_str_caps_stop) in spell_word()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dmain.c706 char *str_cap = spk_str_caps_stop; in spell_word() local
718 str_cap = spk_str_caps_start; in spell_word()
724 str_cap = spk_str_caps_stop; in spell_word()
726 if (str_cap != last_cap) { in spell_word()
727 synth_printf("%s", str_cap); in spell_word()
728 last_cap = str_cap; in spell_word()
747 if (str_cap != spk_str_caps_stop) in spell_word()

Completed in 7 milliseconds