Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dnew_curse.c482 int Curr_x; /* current x position on screen */ variable
3135 Curr_x = x;
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))
3691 Curr_x = pos_column;
3789 if (!((Curr_y >= (LINES - 1)) && (Curr_x >= (COLS - 1))))
3795 Curr_x++;