Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dnew_curse.c483 int Curr_y; /* current y position on the screen */ variable
3416 Curr_y = Curr_x = -1; in doupdate()
3430 Curr_y = Curr_x = -1; in doupdate()
3481 Curr_y = Curr_x = -1; in doupdate()
3495 Curr_y = Curr_x = -1; in doupdate()
3680 if ((pos_row != Curr_y) || (pos_column != Curr_x))
3692 Curr_y = pos_row;
3789 if (!((Curr_y >= (LINES - 1)) && (Curr_x >= (COLS - 1))))