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

/illumos-gate/usr/src/cmd/mandoc/
H A Dout.c115 int icol, maxcol, necol, nxcol, quirkcol; local
212 quirkcol = xwidth % nxcol + 2;
213 if (quirkcol != 3 && quirkcol != 4)
214 quirkcol = -1;
216 quirkcol = -1;
226 if (necol == quirkcol)

Completed in 57 milliseconds