Lines Matching refs:get_char
456 static u16 get_char(struct vc_data *vc, u16 *pos, u_char *attribs) in get_char() function
484 ch = get_char(vc, (u_short *)spk_pos, &spk_attr); in say_char()
499 ch = get_char(vc, (u_short *)spk_pos, &spk_attr); in say_phonetic_char()
551 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word()
560 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) { in get_word()
565 ch = get_char(vc, (u_short *)tmp_pos - 1, &temp); in get_word()
568 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE) in get_word()
574 attr_ch = get_char(vc, (u_short *)tmp_pos, &spk_attr); in get_word()
579 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word()
637 ch = get_char(vc, (u_short *)spk_pos, &temp); in say_prev_word()
671 ch = get_char(vc, (u_short *)spk_pos, &temp); in say_next_word()
759 buf[i] = get_char(vc, (u_short *)tmp, &tmp2); in get_line()
824 buf[i++] = get_char(vc, (u_short *)from, &tmp); in say_from_to()
900 sentbuf[bn][i] = get_char(vc, (u_short *)start, &tmp); in get_sentence_buf()
1049 u16 ch = get_char(vc, (u_short *)spk_pos, &tmp); in say_char_num()