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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h86 #define TERMP_NONEWLINE (1 << 15) /* No line break in nofill mode. */ macro
H A Dterm.c422 p->flags &= ~(TERMP_SENTENCE | TERMP_NONEWLINE);
486 p->flags |= (TERMP_NOSPACE | TERMP_NONEWLINE);
H A Dman_term.c1009 ! (p->flags & (TERMP_NOBREAK | TERMP_NONEWLINE)) &&
H A Dmdoc_term.c1610 if (p->flags & TERMP_NONEWLINE ||

Completed in 66 milliseconds