Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dterm.h82 #define TERMP_NONEWLINE (1 << 14) /* No line break in nofill mode. */ macro
H A Dterm.c415 p->flags &= ~(TERMP_SENTENCE | TERMP_NONEWLINE); in term_word()
486 p->flags |= (TERMP_NOSPACE | TERMP_NONEWLINE); in term_word()
H A Dman_term.c980 ! (p->flags & (TERMP_NOBREAK | TERMP_NONEWLINE)) && in print_man_node()
H A Dmdoc_term.c1628 if (p->flags & TERMP_NONEWLINE || in termp_bd_pre()