Searched refs:new_y (Results 1 – 1 of 1) sorted by relevance
150 static void gotoxy(struct vc_data *vc, int new_x, int new_y);1041 static void gotoxy(struct vc_data *vc, int new_x, int new_y) in gotoxy() argument1061 if (new_y < min_y) in gotoxy()1063 else if (new_y >= max_y) in gotoxy()1066 vc->vc_y = new_y; in gotoxy()1072 static void gotoxay(struct vc_data *vc, int new_x, int new_y) in gotoxay() argument1074 gotoxy(vc, new_x, vc->vc_decom ? (vc->vc_top + new_y) : new_y); in gotoxay()