Searched refs:spk_x (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/speakup/
H A Dmain.c272 spk_x = spk_cx = vc->vc_x;
355 spk_xs = (u_short) spk_x;
361 spk_xe = (u_short) spk_x;
515 if (spk_x == 0) {
519 spk_x--;
527 if (spk_x == vc->vc_cols - 1) {
531 spk_x++;
546 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos;
611 if (spk_x == 0) {
617 spk_x
1027 synth_printf(spk_msg_get(MSG_POS_INFO), spk_y + 1, spk_x + 1, local
[all...]
H A Dspk_types.h84 #define spk_x (speakup_console[vc->vc_num]->reading_x) macro

Completed in 14 milliseconds