Searched refs:TERMP_NONOSPACE (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h73 #define TERMP_NONOSPACE (1 << 2) /* No space (no autounset). */ macro
H A Dtbl_term.c76 tp->flags |= TERMP_NONOSPACE;
205 tp->flags &= ~TERMP_NONOSPACE;
H A Dmdoc_term.c2070 p->flags ^= TERMP_NONOSPACE;
2072 p->flags &= ~TERMP_NONOSPACE;
2074 p->flags |= TERMP_NONOSPACE;
2076 if (p->col && ! (TERMP_NONOSPACE & p->flags))
H A Dterm.c417 if ( ! (p->flags & TERMP_NONOSPACE))

Completed in 50 milliseconds