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

/linux-4.4.14/drivers/staging/speakup/
H A Dmain.c703 char *cp = buf, *str_cap = spk_str_caps_stop; spell_word() local
713 str_cap = spk_str_caps_start; spell_word()
719 str_cap = spk_str_caps_stop; spell_word()
720 if (str_cap != last_cap) { spell_word()
721 synth_printf("%s", str_cap); spell_word()
722 last_cap = str_cap; spell_word()
738 if (str_cap != spk_str_caps_stop) spell_word()

Completed in 73 milliseconds