Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_term.c168 size_t coloff, tsz; in term_tbl() local
233 coloff = tp->tcol->offset; in term_tbl()
239 coloff++; in term_tbl()
240 tp->tcol->rmargin = coloff; in term_tbl()
249 tp->tcol->offset = coloff; in term_tbl()
251 coloff += tp->tbl.cols[ic].width; in term_tbl()
252 tp->tcol->rmargin = coloff; in term_tbl()
254 coloff += tp->tbl.cols[ic].spacing; in term_tbl()
269 tp->tcol->offset = coloff + 1; in term_tbl()