Home
last modified time | relevance | path

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

/linux-6.15/drivers/accessibility/speakup/
H A Dmain.c485 ch = get_char(vc, (u_short *)spk_pos, &spk_attr); in say_char()
500 ch = get_char(vc, (u_short *)spk_pos, &spk_attr); in say_phonetic_char()
552 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word()
566 ch = get_char(vc, (u_short *)tmp_pos - 1, &temp); in get_word()
569 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE) in get_word()
580 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word()
638 ch = get_char(vc, (u_short *)spk_pos, &temp); in say_prev_word()
672 ch = get_char(vc, (u_short *)spk_pos, &temp); in say_next_word()
760 buf[i] = get_char(vc, (u_short *)tmp, &tmp2); in get_line()
825 buf[i++] = get_char(vc, (u_short *)from, &tmp); in say_from_to()
[all …]