Lines Matching refs:gotoxy
143 static void gotoxy(struct vc_data *vc, int new_x, int new_y);
1265 gotoxy(vc, vc->state.x, vc->state.y); in vc_do_resize()
1396 static void gotoxy(struct vc_data *vc, int new_x, int new_y) in gotoxy() function
1430 gotoxy(vc, new_x, vc->vc_decom ? (vc->vc_top + new_y) : new_y); in gotoxay()
2107 gotoxy(vc, vc->state.x, vc->state.y); in restore_cur()
2201 gotoxy(vc, 0, 0); in reset_terminal()
2447 gotoxy(vc, vc->vc_par[0], vc->state.y); in csi_ECMA()
2452 gotoxy(vc, vc->state.x, vc->state.y - vc->vc_par[0]); in csi_ECMA()
2458 gotoxy(vc, vc->state.x, vc->state.y + vc->vc_par[0]); in csi_ECMA()
2464 gotoxy(vc, vc->state.x + vc->vc_par[0], vc->state.y); in csi_ECMA()
2469 gotoxy(vc, vc->state.x - vc->vc_par[0], vc->state.y); in csi_ECMA()
2474 gotoxy(vc, 0, vc->state.y + vc->vc_par[0]); in csi_ECMA()
2479 gotoxy(vc, 0, vc->state.y - vc->vc_par[0]); in csi_ECMA()
3754 gotoxy(vc, vc->state.x, vc->state.y); in con_init()
4991 gotoxy(vc, xy[0], xy[1]); in putconsxy()