Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h101 #define TERMP_MULTICOL (1 << 20) /* Multiple column mode. */ macro
H A Dterm.c113 if ((p->flags & TERMP_MULTICOL) == 0) in term_flushln()
205 if (p->flags & TERMP_MULTICOL) in term_flushln()
228 if (p->flags & TERMP_MULTICOL) in term_flushln()
H A Dtbl_term.c222 tp->flags |= TERMP_MULTICOL; in term_tbl()
545 tp->flags &= ~TERMP_MULTICOL; in term_tbl()