Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dterm.h102 #define TERMP_MULTICOL (1 << 20) /* Multiple column mode. */ macro
H A Dterm.c114 if ((p->flags & TERMP_MULTICOL) == 0) in term_flushln()
213 if (p->flags & TERMP_MULTICOL) in term_flushln()
235 if (p->flags & TERMP_MULTICOL) in term_flushln()
H A Dtbl_term.c225 tp->flags |= TERMP_MULTICOL; in term_tbl()
549 tp->flags &= ~TERMP_MULTICOL; in term_tbl()