Searched refs:TopLimit (Results 1 – 1 of 1) sorted by relevance
82 #define TopLimit(n) ((n) <= win->_maxy && (n) <= bottom) in NCURSES_EXPORT() macro95 for (line = top; line < limit && TopLimit(line); line++) { in NCURSES_EXPORT()106 for (line = top; line <= limit && TopLimit(line); line++) { in NCURSES_EXPORT()