Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/speakup/
H A Dmain.c267 spk_y = spk_cy = vc->state.y; in speakup_date()
350 spk_ys = (u_short)spk_y; in speakup_cut()
356 spk_ye = (u_short)spk_y; in speakup_cut()
416 bleep(spk_y); in announce_edge()
488 bleep(spk_y); in say_char()
614 if (spk_y == 0) { in say_prev_word()
618 spk_y--; in say_prev_word()
624 if (spk_y == 0) { in say_prev_word()
632 spk_y--; in say_prev_word()
667 if (spk_x == vc->vc_cols - 1 && spk_y == vc->vc_rows - 1) { in say_next_word()
[all …]
H A Dspk_types.h91 #define spk_y (speakup_console[vc->vc_num]->reading_y) macro