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

/freebsd-12-stable/contrib/mandoc/
H A Dterm.h83 #define TERMP_NONOSPACE (1 << 2) /* No space (no autounset). */ macro
H A Dmdoc_term.c1868 p->flags ^= TERMP_NONOSPACE;
1870 p->flags &= ~TERMP_NONOSPACE;
1872 p->flags |= TERMP_NONOSPACE;
1874 if (p->col && ! (TERMP_NONOSPACE & p->flags))
H A Dtbl_term.c174 tp->flags |= TERMP_NOSPACE | TERMP_NONOSPACE;
578 tp->flags &= ~TERMP_NONOSPACE;
H A Dterm.c545 if (p->flags & TERMP_NONOSPACE)

Completed in 263 milliseconds