Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/mdocml/dist/
Dterm.h66 size_t lasttcol; /* Last column currently used. */ member
Dtbl_term.c284 tp->lasttcol = tp->tcol - tp->tcols; in term_tbl()
455 tp->tcols + tp->lasttcol)) { in term_tbl()
471 if (tp->tcol + 1 == tp->tcols + tp->lasttcol) in term_tbl()
Dterm.c55 p->lasttcol = maxtcol - 1; in term_setcol()