Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dterm.h71 #define TERMP_NONOSPACE (1 << 3) /* No space (no autounset). */ macro
H A Dtbl_term.c76 tp->flags |= TERMP_NONOSPACE; in term_tbl()
205 tp->flags &= ~TERMP_NONOSPACE; in term_tbl()
H A Dmdoc_term.c2112 p->flags ^= TERMP_NONOSPACE; in termp_sm_pre()
2114 p->flags &= ~TERMP_NONOSPACE; in termp_sm_pre()
2116 p->flags |= TERMP_NONOSPACE; in termp_sm_pre()
2118 if (p->col && ! (TERMP_NONOSPACE & p->flags)) in termp_sm_pre()
H A Dterm.c410 if ( ! (p->flags & TERMP_NONOSPACE)) in term_word()