Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
H A Dterm.c185 if (ic == p->tcol->lastcol) in term_flushln()
724 if (p->tcol->lastcol > 2 && in term_word()
727 p->tcol->lastcol -= 2; in term_word()
728 if (p->col > p->tcol->lastcol) in term_word()
729 p->col = p->tcol->lastcol; in term_word()
774 if (p->tcol->lastcol < ++p->col) in bufferc()
775 p->tcol->lastcol = p->col; in bufferc()
820 if (p->tcol->lastcol < ++p->col) in encode1()
821 p->tcol->lastcol = p->col; in encode1()
864 if (p->tcol->lastcol < p->col) in encode()
[all …]
H A Dterm.h55 size_t lastcol; /* Last byte in buf. */ member
H A Dtbl_term.c429 if (tp->tcol->col < tp->tcol->lastcol) in term_tbl()
431 if (tp->tcol->col < tp->tcol->lastcol) in term_tbl()