Searched refs:min_y (Results 1 – 1 of 1) sorted by relevance
1400 int min_y, max_y; in gotoxy() local1412 min_y = vc->vc_top; in gotoxy()1415 min_y = 0; in gotoxy()1418 if (new_y < min_y) in gotoxy()1419 vc->state.y = min_y; in gotoxy()