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

/freebsd-12-stable/contrib/mandoc/
H A Dterm.h101 #define TERMP_MULTICOL (1 << 20) /* Multiple column mode. */ macro
H A Dterm.c114 if ((p->flags & TERMP_MULTICOL) == 0)
206 if (p->flags & TERMP_MULTICOL)
229 if (p->flags & TERMP_MULTICOL)
H A Dtbl_term.c233 tp->flags |= TERMP_MULTICOL;
557 tp->flags &= ~TERMP_MULTICOL;

Completed in 69 milliseconds