Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dhtml.h95 #define HTML_NONEWLINE (1 << 9) /* No line break in nofill mode. */ macro
H A Dhtml.c957 h->flags &= ~HTML_NONEWLINE; in print_tagged_text()
959 h->flags |= HTML_NOSPACE | HTML_NONEWLINE; in print_tagged_text()
H A Dman_html.c186 (h->flags & HTML_NONEWLINE) == 0) in print_man_node()
H A Dmdoc_html.c368 if ((h->flags & HTML_NONEWLINE) == 0 && in print_mdoc_node()