Lines Matching refs:max_row
760 else if ((row) > screen->max_row) \
761 (row) = screen->max_row,(oor)=True; \
1035 ry = screen->max_row;
2974 screen->lastValidRow = screen->max_row;
3029 else if (x >= screen->max_row) \
3030 x = screen->max_row
3242 screen->lastValidRow = screen->max_row;
3360 int maxrow = INX2ROW(screen, screen->max_row);
3764 } else if (cell->row > screen->max_row) {
3766 TRACE(("okPosition cell row %d > screen max %d\n", cell->row, screen->max_row));
3770 if (cell->row < screen->max_row) {
3771 TRACE(("okPosition cell row %d < screen max %d\n", cell->row, screen->max_row));
3785 if (screen->cutNewline && last->row < screen->max_row) {
3819 while (row < screen->max_row &&
3910 row < screen->max_row);
3939 while (row < screen->max_row) {
4093 (screen->name.row < screen->max_row)
4405 else if (first.row > screen->max_row)
4410 else if (last.row > screen->max_row) {
4411 last.row = screen->max_row;
4437 if (last.col > 0 && last.row <= screen->max_row) { /* last row */
4448 * (may have cell->row = screen->max_row+1, cell->col = 0).
5452 else if (row > screen->max_row)
5453 row = screen->max_row;
5747 screen->lastValidRow = screen->max_row;