Searched refs:spk_pos (Results 1 – 2 of 2) sorted by relevance
268 spk_pos = spk_cp = vc->vc_pos; in speakup_date()270 spk_attr = get_attributes(vc, (u_short *)spk_pos); in speakup_date()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()522 spk_pos -= 2; in say_prev_char()534 spk_pos += 2; in say_next_char()549 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word()639 spk_pos -= 2; in say_prev_word()640 ch = get_char(vc, (u_short *)spk_pos, &temp); in say_prev_word()648 spk_pos += 2; in say_prev_word()[all …]
88 #define spk_pos (speakup_console[vc->vc_num]->reading_pos) macro