Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dout.c127 int done, icol, maxcol, necol, nxcol, quirkcol; in tblcalc() local
385 quirkcol = xwidth % nxcol + 2; in tblcalc()
386 if (quirkcol != 3 && quirkcol != 4) in tblcalc()
387 quirkcol = -1; in tblcalc()
389 quirkcol = -1; in tblcalc()
399 if (necol == quirkcol) in tblcalc()