Searched refs:get_char (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/speakup/ |
D | main.c | 460 static u16 get_char(struct vc_data *vc, u16 *pos, u_char *attribs) in get_char() function 488 ch = get_char(vc, (u_short *)spk_pos, &spk_attr); in say_char() 503 ch = get_char(vc, (u_short *)spk_pos, &spk_attr); in say_phonetic_char() 555 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word() 564 get_char(vc, (u_short *)&tmp_pos + 1, &temp) > SPACE) { in get_word() 569 ch = get_char(vc, (u_short *)tmp_pos - 1, &temp); in get_word() 572 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE) in get_word() 578 attr_ch = get_char(vc, (u_short *)tmp_pos, &spk_attr); in get_word() 583 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word() 640 ch = get_char(vc, (u_short *)spk_pos, &temp); in say_prev_word() [all …]
|