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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h75 #define TERMP_KEEP (1 << 4) /* Keep words together. */ macro
H A Dterm.c407 if ( ! (TERMP_KEEP & p->flags)) {
415 p->flags |= TERMP_KEEP;
H A Dmdoc_term.c326 if (p->flags & TERMP_KEEP && n->flags & MDOC_LINE) {
327 p->flags &= ~TERMP_KEEP;
1024 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP);
1701 p->flags |= TERMP_KEEP;
2178 p->flags &= ~(TERMP_KEEP | TERMP_PREKEEP);

Completed in 49 milliseconds