Lines Matching refs:nrows
573 int nrows,
585 ScrnUpdate(xw, toprow, leftcol, nrows, ncols, force);
588 #define ScrnUpdate2(xw, toprow, leftcol, nrows, ncols, force) \
589 ScrnUpdate(xw, toprow, leftcol, nrows, ncols, force)
2467 int toprow, leftcol, nrows, ncols;
2500 nrows = (y1 - 1) / FontHeight(screen) - toprow + 1;
2504 nrows += toprow;
2507 if (toprow + nrows > PlusStatusLine(screen, MaxRows(screen)))
2508 nrows = PlusStatusLine(screen, MaxRows(screen)) - toprow;
2512 if (nrows > 0 && ncols > 0) {
2513 ScrnRefresh(xw, toprow, leftcol, nrows, ncols, True);
2516 screen->cur_row < toprow + nrows &&