Home
last modified time | relevance | path

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

/drivers/staging/speakup/
Dmain.c1896 goto_pos = (u_long) go_pos; in handle_goto()
1899 goto_pos += spk_x; in handle_goto()
1901 goto_pos--; in handle_goto()
1902 if (goto_pos < 0) in handle_goto()
1903 goto_pos = 0; in handle_goto()
1904 if (goto_pos >= vc->vc_cols) in handle_goto()
1905 goto_pos = vc->vc_cols - 1; in handle_goto()
1909 goto_pos += spk_y; in handle_goto()
1911 goto_pos--; in handle_goto()
1912 if (goto_pos < 0) in handle_goto()
[all …]
Dspk_types.h90 #define goto_pos (speakup_console[vc->vc_num]->go_pos) macro