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

/freebsd-12-stable/contrib/mandoc/
H A Dterm.h100 #define TERMP_ENDMC (1 << 19) /* Next break ends .mc mode. */ macro
H A Droff_term.c151 p->flags |= TERMP_ENDMC;
H A Dterm.c417 if ((p->flags & (TERMP_NEWMC | TERMP_ENDMC)) == TERMP_ENDMC) {
419 p->flags &= ~TERMP_ENDMC;

Completed in 92 milliseconds