Lines Matching defs:nrows
267 unsigned nrows,
272 TRACE(("extractScrnData(nrows %d)\n", nrows));
274 TRACE_SCRNBUF("extract from", screen, srcPtrs, nrows);
275 for (j = 0; j < nrows; j++) {
1127 int nrows = MaxRows(screen);
1130 nrows, MaxCols(screen), screen->savelines));
1140 (unsigned) nrows,
1547 * Requires: (toprow, leftcol), (toprow + nrows, leftcol + ncols) are
1549 * nrows and ncols positive.
1556 int nrows,
1565 int maxrow = toprow + nrows - 1;
1578 nrows, ncols,
1584 nrows += StatusLineRows;
1936 refresh_displayed_graphics(xw, leftcol, toprow, ncols, nrows);
1957 update_winsize(screen, nrows, ncols, xw->core.height, xw->core.width);
1974 int nrows,
1982 && (toprow + nrows - 1 >= screen->startH.row)) {
1985 ScrnRefresh(xw, toprow, leftcol, nrows, ncols, force);