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

/openbsd-current/usr.sbin/lpr/filters/
H A Dlpf.c50 int maxcol[MAXREP] = {-1}; variable
169 if (col > maxcol[i])
170 maxcol[i] = col;
182 for (cp = buf[i], limit = cp+maxcol[i]; cp <= limit;) {
198 maxcol[i] = -1;
/openbsd-current/usr.bin/ul/
H A Dul.c73 int col, maxcol; variable
183 if (maxcol)
216 if (col > maxcol)
217 maxcol = col;
287 if (col > maxcol)
288 maxcol = col;
323 if (col > maxcol)
324 maxcol = col;
337 for (i = maxcol; i > 0; i--) {
340 if (i < maxcol
[all...]
/openbsd-current/usr.bin/mandoc/
H A Dout.c126 int done, icol, maxcol, necol, nxcol, quirkcol; local
139 maxcol = -1;
152 while (maxcol < icol + dp->hspans)
153 tbl->cols[++maxcol].spacing = SIZE_MAX;
216 if (maxcol < sp_first->opts->cols - 1)
217 maxcol = sp_first->opts->cols - 1;
218 for (icol = 0; icol <= maxcol; icol++) {
228 if (col->spacing == SIZE_MAX || icol == maxcol)
257 colwidth = mandoc_reallocarray(NULL, maxcol + 1, sizeof(*colwidth));
265 for (icol = 0; icol <= maxcol; ico
[all...]

Completed in 116 milliseconds