Searched refs:BottomLimit (Results 1 – 1 of 1) sorted by relevance
81 #define BottomLimit(n) ((n) >= 0 && (n) >= top) in NCURSES_EXPORT() macro87 for (line = bottom; line >= limit && BottomLimit(line); line--) { in NCURSES_EXPORT()113 for (line = bottom; line > limit && BottomLimit(line); line--) { in NCURSES_EXPORT()