Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Dterm.h67 size_t lasttcol; /* Last column currently used. */ member
Dtbl_term.c272 tp->lasttcol = tp->tcol - tp->tcols; in term_tbl()
443 tp->tcols + tp->lasttcol)) { in term_tbl()
459 if (tp->tcol + 1 == tp->tcols + tp->lasttcol) in term_tbl()
Dterm.c52 p->lasttcol = maxtcol - 1; in term_setcol()