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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h76 #define TERMP_PREKEEP (1 << 5) /* ...starting with the next one. */ macro
H A Dmdoc_term.c328 p->flags |= TERMP_PREKEEP;
970 p->flags |= TERMP_PREKEEP;
1024 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP);
2164 p->flags |= TERMP_PREKEEP;
2178 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP);
H A Dterm.c414 if (TERMP_PREKEEP & p->flags)

Completed in 49 milliseconds