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