Lines Matching defs:maxcol
137 int maxcol; /* Number of last column. */
154 maxcol = -1;
168 while (maxcol < icol + dp->hspans)
169 tbl->cols[++maxcol].spacing = SIZE_MAX;
225 if (maxcol < sp_first->opts->cols - 1)
226 maxcol = sp_first->opts->cols - 1;
227 for (icol = 0; icol <= maxcol; icol++) {
237 if (col->spacing == SIZE_MAX || icol == maxcol)
267 colwidth = mandoc_reallocarray(NULL, maxcol + 1, sizeof(*colwidth));
275 for (icol = 0; icol <= maxcol; icol++)
287 for (icol = 0; icol <= maxcol; icol++) {
351 for (icol = 0; icol <= maxcol; icol++) {
372 for (icol = 0; icol <= maxcol; icol++) {
391 xwidth += (*tbl->len)(3 * maxcol +
414 for (icol = 0; icol <= maxcol; icol++) {