Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dhtml.h129 #define HTML_NONEWLINE (1 << 9) /* No line break in nofill mode. */ macro
H A Dhtml.c584 h->flags &= ~HTML_NONEWLINE; in print_text()
586 h->flags |= HTML_NOSPACE | HTML_NONEWLINE; in print_text()
H A Dman_html.c221 ! (h->flags & HTML_NONEWLINE)))) in print_man_node()
H A Dmdoc_html.c1208 if (h->flags & HTML_NONEWLINE || in mdoc_bd_pre()