Home
last modified time | relevance | path

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

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