Lines Matching defs:ncols
1547 * Requires: (toprow, leftcol), (toprow + nrows, leftcol + ncols) are
1549 * nrows and ncols positive.
1557 int ncols,
1578 nrows, ncols,
1592 && screen->cursorp.col <= (leftcol + ncols - 1)
1609 int maxcol = leftcol + ncols - 1;
1664 ncols++;
1936 refresh_displayed_graphics(xw, leftcol, toprow, ncols, nrows);
1957 update_winsize(screen, nrows, ncols, xw->core.height, xw->core.width);
1975 int ncols,
1985 ScrnRefresh(xw, toprow, leftcol, nrows, ncols, force);