Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dterm.h96 #define TERMP_NONEWLINE (1 << 15) /* No line break in nofill mode. */ macro
H A Dman_term.c914 if (p->flags & TERMP_NONEWLINE) in print_man_node()
920 (p->flags & TERMP_NONEWLINE) == 0) in print_man_node()
975 ! (p->flags & (TERMP_NOBREAK | TERMP_NONEWLINE)) && in print_man_node()
H A Dterm.c546 p->flags &= ~(TERMP_SENTENCE | TERMP_NONEWLINE); in term_word()
617 p->flags |= (TERMP_NOSPACE | TERMP_NONEWLINE); in term_word()
H A Dmdoc_term.c320 (p->flags & TERMP_NONEWLINE) == 0) in print_mdoc_node()
363 if (p->flags & TERMP_NONEWLINE) in print_mdoc_node()
369 if ((p->flags & TERMP_NONEWLINE) == 0) in print_mdoc_node()