Searched refs:TERMP_SPLIT (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/mandoc/
H A Dterm.h95 #define TERMP_SPLIT (1 << 14) /* Break line before .An. */ macro
H A Dmdoc_term.c1075 p->flags |= TERMP_SPLIT;
1079 p->flags &= ~TERMP_SPLIT;
1084 if (p->flags & TERMP_SPLIT)
1088 p->flags |= TERMP_SPLIT;
1298 p->flags &= ~(TERMP_SPLIT|TERMP_NOSPLIT);

Completed in 60 milliseconds