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

/freebsd-12-stable/contrib/mandoc/
H A Dterm.h86 #define TERMP_PREKEEP (1 << 5) /* ...starting with the next one. */ macro
H A Dmdoc_term.c351 p->flags |= TERMP_PREKEEP;
978 p->flags |= TERMP_PREKEEP;
1031 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP);
1510 if ((n->aux = p->flags & TERMP_PREKEEP) == 0)
1511 p->flags |= TERMP_PREKEEP;
1519 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP);
1979 p->flags |= TERMP_PREKEEP;
1993 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP);
H A Dterm.c543 if (p->flags & TERMP_PREKEEP)

Completed in 71 milliseconds