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

/freebsd-12-stable/contrib/mandoc/
H A Dterm.h96 #define TERMP_NONEWLINE (1 << 15) /* No line break in nofill mode. */ macro
H A Dman_term.c931 if (p->flags & TERMP_NONEWLINE)
937 (p->flags & TERMP_NONEWLINE) == 0)
992 ! (p->flags & (TERMP_NOBREAK | TERMP_NONEWLINE)) &&
H A Dterm.c549 p->flags &= ~(TERMP_SENTENCE | TERMP_NONEWLINE);
618 p->flags |= (TERMP_NOSPACE | TERMP_NONEWLINE);
H A Dmdoc_term.c326 (p->flags & TERMP_NONEWLINE) == 0)
365 if (p->flags & TERMP_NONEWLINE)
371 if ((p->flags & TERMP_NONEWLINE) == 0)

Completed in 72 milliseconds