Searched refs:goto_pos (Results 1 – 2 of 2) sorted by relevance
1896 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 …]
90 #define goto_pos (speakup_console[vc->vc_num]->go_pos) macro