Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dman_term.c532 p->flags |= TERMP_NOSPACE | TERMP_NONEWLINE; in pre_IP()
606 p->flags |= TERMP_NOSPACE | TERMP_NONEWLINE; in pre_TP()
922 (p->flags & TERMP_NONEWLINE) == 0) in print_man_node()
942 if (p->flags & TERMP_NONEWLINE) in print_man_node()
948 (p->flags & TERMP_NONEWLINE) == 0) in print_man_node()
H A Dterm.h97 #define TERMP_NONEWLINE (1 << 15) /* No line break in nofill mode. */ macro
H A Dterm.c571 p->flags &= ~(TERMP_SENTENCE | TERMP_NONEWLINE); in term_word()
647 p->flags |= (TERMP_NOSPACE | TERMP_NONEWLINE); in term_word()
H A Dmdoc_term.c315 (p->flags & TERMP_NONEWLINE) == 0) in print_mdoc_node()
361 if (p->flags & TERMP_NONEWLINE) in print_mdoc_node()
367 if ((p->flags & TERMP_NONEWLINE) == 0) in print_mdoc_node()