Lines Matching refs:max_row
991 for (; isClear && (row <= screen->max_row); ++row) {
1335 if (screen->top_marg > screen->max_row)
1336 screen->top_marg = screen->max_row;
1337 if (screen->bot_marg > screen->max_row)
1338 screen->bot_marg = screen->max_row;
1358 #define reset_tb_margins(screen) set_tb_margins(screen, 0, screen->max_row)
1399 TRACE(("set_max_row %d, prior %d\n", rows, screen->max_row));
1402 screen->max_row = rows;
3051 if ((row = GetParam(0)) > screen->max_row)
3799 CursorSet(screen, screen->max_row, 0, xw->flags);
13181 if (INX2ROW(screen, screen->cur_row) > screen->max_row)
13566 if (INX2ROW(screen, screen->cursorp.row) > screen->max_row)
13868 for (row = screen->max_row; row >= 0; row--) {