Lines Matching defs:numcols
218 int numcols, numrows, row;
261 numcols = termwidth / colwidth;
262 colwidth = termwidth / numcols; /* spread out if possible */
263 numrows = num / numcols;
264 if (num % numcols)
268 for (base = row, chcnt = col = 0; col < numcols; ++col) {
285 int numcols;
308 numcols = termwidth / colwidth;
309 colwidth = termwidth / numcols; /* spread out if possible */
315 if (col >= numcols) {