Lines Matching refs:hi_row
380 int hi_row = screen->bot_marg;
394 TRACE2((" limits %d..%d\n", lo_row, hi_row));
398 screen->startH.row - amount <= hi_row) ||
400 screen->endH.row - amount <= hi_row))) {
426 hi_row));
429 } else if (screen->startH.row <= hi_row && screen->endH.row > hi_row) {
453 int hi_row = screen->bot_marg;
466 if (screen->endH.row >= hi_row
467 && screen->endH.row + amount > hi_row) {
469 if (hi_row - amount >= screen->startH.row) {
473 hi_row - amount,
475 screen->endH.row = hi_row - amount;
485 hi_row));
490 } else if (screen->endH.row > hi_row && screen->startH.row > hi_row) {