Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dmain.c459 static u16 get_char(struct vc_data *vc, u16 *pos, u_char *attribs) in get_char() function
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()
554 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word()
563 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) { in get_word()
568 ch = get_char(vc, (u_short *)tmp_pos - 1, &temp); in get_word()
571 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE) in get_word()
577 attr_ch = get_char(vc, (u_short *)tmp_pos, &spk_attr); in get_word()
582 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word()
639 ch = get_char(v in say_prev_word()
[all...]
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dmain.c457 static u16 get_char(struct vc_data *vc, u16 *pos, u_char *attribs) in get_char() function
485 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()
561 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) { 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()
575 attr_ch = get_char(vc, (u_short *)tmp_pos, &spk_attr); in get_word()
580 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word()
638 ch = get_char(v in say_prev_word()
[all...]

Completed in 4 milliseconds