Home
last modified time | relevance | path

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

/drivers/char/
Dvt.c150 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() argument
1061 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() argument
1074 gotoxy(vc, new_x, vc->vc_decom ? (vc->vc_top + new_y) : new_y); in gotoxay()