Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/speakup/
Dmain.c465 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()
553 ch = (char)get_char(vc, (u_short *) tmp_pos, &temp); in get_word()
562 && ((char)get_char(vc, (u_short *) &tmp_pos + 1, &temp) > in get_word()
568 ch = (char)get_char(vc, (u_short *) tmp_pos - 1, &temp); in get_word()
570 && ((char)get_char(vc, (u_short *) tmp_pos, &temp) > in get_word()
576 attr_ch = get_char(vc, (u_short *) tmp_pos, &spk_attr); in get_word()
581 ch = (char)get_char(vc, (u_short *) tmp_pos, &temp); in get_word()
636 ch = (char)get_char(vc, (u_short *) spk_pos, &temp); in say_prev_word()
[all …]