Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h66 size_t lasttcol; /* Last column currently used. */ member
H A Dtbl_term.c274 tp->lasttcol = tp->tcol - tp->tcols; in term_tbl()
444 tp->tcols + tp->lasttcol)) { in term_tbl()
460 if (tp->tcol + 1 == tp->tcols + tp->lasttcol) in term_tbl()
H A Dterm.c54 p->lasttcol = maxtcol - 1; in term_setcol()