Searched refs:spk_pos (Results 1 – 2 of 2) sorted by relevance
274 spk_pos = spk_cp = vc->vc_pos; in speakup_date()276 spk_attr = get_attributes((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()547 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word()635 spk_pos -= 2; in say_prev_word()636 ch = (char)get_char(vc, (u_short *) spk_pos, &temp); in say_prev_word()644 spk_pos += 2; in say_prev_word()[all …]
89 #define spk_pos (speakup_console[vc->vc_num]->reading_pos) macro