Searched refs:numcols (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dscreen.c2566 int numcols = (right - left) + 1; local in function:ScrnFillRectangle
2573 (void) numcols;
2580 TRACE(("filling %d [%d..%d]\n", row, left, left + numcols));
2625 (size_t) numcols * sizeof(CharData));
2632 numcols, numrows);
2637 numcols + b_left + b_right,
2965 int numcols = (right - left) + 1; local in function:ScrnWipeRectangle
3005 numcols, numrows);
3010 numcols + b_left + b_right,

Completed in 5 milliseconds