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

/freebsd-12-stable/usr.sbin/lpr/filters/
H A Dlpf.c66 static int maxcol[MAXREP] = {-1}; variable
182 if (col > maxcol[i])
183 maxcol[i] = col;
195 for (cp = buf[i], limit = cp+maxcol[i]; cp <= limit;) {
208 maxcol[i] = -1;
/freebsd-12-stable/usr.bin/ul/
H A Dul.c86 static int col, maxcol; variable
205 if (col > maxcol)
206 maxcol = col;
266 if (col > maxcol)
267 maxcol = col;
275 if (col > maxcol)
276 maxcol = col;
314 if (col > maxcol)
315 maxcol = col;
321 if (maxcol)
[all...]
/freebsd-12-stable/contrib/mandoc/
H A Dout.c125 int done, icol, maxcol, necol, nxcol, quirkcol; local
138 maxcol = -1;
152 while (maxcol < icol + dp->hspans)
153 tbl->cols[++maxcol].spacing = SIZE_MAX;
216 for (icol = 0; icol <= maxcol; icol++)
217 if (tbl->cols[icol].spacing == SIZE_MAX || icol == maxcol)
245 colwidth = mandoc_reallocarray(NULL, maxcol + 1, sizeof(*colwidth));
253 for (icol = 0; icol <= maxcol; icol++)
265 for (icol = 0; icol <= maxcol; icol++) {
324 for (icol = 0; icol <= maxcol; ico
[all...]

Completed in 187 milliseconds