Searched refs:TERMP_NONEWLINE (Results 1 – 4 of 4) sorted by relevance
82 #define TERMP_NONEWLINE (1 << 14) /* No line break in nofill mode. */ macro
415 p->flags &= ~(TERMP_SENTENCE | TERMP_NONEWLINE); in term_word()486 p->flags |= (TERMP_NOSPACE | TERMP_NONEWLINE); in term_word()
980 ! (p->flags & (TERMP_NOBREAK | TERMP_NONEWLINE)) && in print_man_node()
1628 if (p->flags & TERMP_NONEWLINE || in termp_bd_pre()