Searched refs:TERMP_NONEWLINE (Results 1 – 4 of 4) sorted by relevance
532 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()
97 #define TERMP_NONEWLINE (1 << 15) /* No line break in nofill mode. */ macro
571 p->flags &= ~(TERMP_SENTENCE | TERMP_NONEWLINE); in term_word()647 p->flags |= (TERMP_NOSPACE | TERMP_NONEWLINE); in term_word()
315 (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()