Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Dhtml.h98 #define HTML_NONEWLINE (1 << 9) /* No line break in nofill mode. */ macro
H A Dhtml.c833 h->flags &= ~HTML_NONEWLINE; in print_text()
835 h->flags |= HTML_NOSPACE | HTML_NONEWLINE; in print_text()
H A Dman_html.c180 (h->flags & HTML_NONEWLINE) == 0) in print_man_node()
H A Dmdoc_html.c371 (h->flags & HTML_NONEWLINE) == 0 && in print_mdoc_node()