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

/freebsd-12-stable/contrib/mandoc/
H A Dterm.h94 #define TERMP_NOSPLIT (1 << 13) /* Do not break line before .An. */ macro
H A Dmdoc_term.c1074 p->flags &= ~TERMP_NOSPLIT;
1080 p->flags |= TERMP_NOSPLIT;
1087 if (n->sec == SEC_AUTHORS && ! (p->flags & TERMP_NOSPLIT))
1298 p->flags &= ~(TERMP_SPLIT|TERMP_NOSPLIT);

Completed in 105 milliseconds