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);1058 static void gotoxy(struct vc_data *vc, int new_x, int new_y) in gotoxy() argument1078 if (new_y < min_y) in gotoxy()1080 else if (new_y >= max_y) in gotoxy()1083 vc->vc_y = new_y; in gotoxy()1089 static void gotoxay(struct vc_data *vc, int new_x, int new_y) in gotoxay() argument1091 gotoxy(vc, new_x, vc->vc_decom ? (vc->vc_top + new_y) : new_y); in gotoxay()