Lines Matching refs:max_row

189     int bot = screen->max_row - shift;
213 i = screen->max_row - screen->scroll_amt + 1;
678 bot = screen->max_row - shift;
683 (i = screen->max_row - refreshheight + 1))
704 screen->bot_marg == screen->max_row) {
825 int max_row;
829 max_row = screen->bot_marg;
832 max_row = screen->max_row;
836 && screen->cur_row <= max_row
845 for (row = min_row; row <= max_row; row++) {
850 for (row = min_row; row <= max_row; row++) {
907 int bot = screen->max_row - shift;
921 screen->bot_marg == screen->max_row) {
1121 if (screen->cur_row <= screen->max_row
1204 if (screen->cur_row <= screen->max_row) {
1262 int bot = screen->max_row - shift;
1382 int bot = screen->max_row - shift;
1389 (i = screen->max_row - refreshheight + 1))
1598 if ((top = INX2ROW(screen, 0)) <= screen->max_row) {
1603 if ((height = screen->cur_row + top) > screen->max_row)
1604 height = screen->max_row + 1;
1641 for (row = screen->cur_row + 1; row <= screen->max_row; row++)
1646 if ((top = INX2ROW(screen, screen->cur_row)) <= screen->max_row) {
1649 if (++top <= screen->max_row) {
1654 (screen->max_row - top + 1));
1658 (unsigned) (screen->max_row - top + 1),
1663 ClearBufRows(xw, screen->cur_row + 1, screen->max_row);
1877 if ((top = INX2ROW(screen, 0)) <= screen->max_row) {
1884 (screen->max_row - top + 1));
1888 (unsigned) (screen->max_row - top + 1),
1892 ClearBufRows(xw, 0, screen->max_row);
1970 if (screen->cur_row == screen->max_row
1992 for (row = 0; row <= screen->max_row; row++)
2038 for (row = 0; row < screen->max_row; ++row) {
2061 for (row = 0; row < screen->max_row; ++row) {
2072 xtermScroll(xw, screen->max_row);
5225 int actual_rows = PlusStatusLine(screen, screen->max_row + 1);