Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h83 #define TERMP_NONOSPACE (1 << 2) /* No space (no autounset). */ macro
H A Dmdoc_term.c1806 p->flags ^= TERMP_NONOSPACE; in termp_sm_pre()
1808 p->flags &= ~TERMP_NONOSPACE; in termp_sm_pre()
1810 p->flags |= TERMP_NONOSPACE; in termp_sm_pre()
1812 if (p->col && ! (TERMP_NONOSPACE & p->flags)) in termp_sm_pre()
H A Dtbl_term.c174 tp->flags |= TERMP_NOSPACE | TERMP_NONOSPACE; in term_tbl()
566 tp->flags &= ~TERMP_NONOSPACE; in term_tbl()
H A Dterm.c542 if (p->flags & TERMP_NONOSPACE) in term_word()