Home
last modified time | relevance | path

Searched refs:startcol (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dout.c39 int startcol; member
197 while (*gp != NULL && ((*gp)->startcol < icol || in tblcalc()
200 if (*gp == NULL || (*gp)->startcol > icol || in tblcalc()
205 g->startcol = icol; in tblcalc()
242 for (icol = g->startcol; icol <= g->endcol; icol++) { in tblcalc()
285 for (icol = g->startcol; icol <= g->endcol; icol++) in tblcalc()
302 for (icol = g->startcol; icol <= g->endcol; icol++) { in tblcalc()