Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
Dmain.c268 spk_pos = spk_cp = vc->vc_pos; in speakup_date()
270 spk_attr = get_attributes(vc, (u_short *)spk_pos); in speakup_date()
487 ch = get_char(vc, (u_short *)spk_pos, &spk_attr); in say_char()
502 ch = get_char(vc, (u_short *)spk_pos, &spk_attr); in say_phonetic_char()
521 spk_pos -= 2; in say_prev_char()
533 spk_pos += 2; in say_next_char()
548 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word()
638 spk_pos -= 2; in say_prev_word()
639 ch = get_char(vc, (u_short *)spk_pos, &temp); in say_prev_word()
647 spk_pos += 2; in say_prev_word()
[all …]
Dspk_types.h93 #define spk_pos (speakup_console[vc->vc_num]->reading_pos) macro