Searched refs:spk_pos (Results 1 – 2 of 2) sorted by relevance
273 spk_pos = spk_cp = vc->vc_pos; in speakup_date()275 spk_attr = get_attributes(vc, (u_short *)spk_pos); in speakup_date()492 ch = get_char(vc, (u_short *) spk_pos, &spk_attr); in say_char()507 ch = get_char(vc, (u_short *) spk_pos, &spk_attr); in say_phonetic_char()526 spk_pos -= 2; in say_prev_char()538 spk_pos += 2; in say_next_char()553 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word()641 spk_pos -= 2; in say_prev_word()642 ch = (char)get_char(vc, (u_short *) spk_pos, &temp); in say_prev_word()650 spk_pos += 2; in say_prev_word()[all …]
89 #define spk_pos (speakup_console[vc->vc_num]->reading_pos) macro