Home
last modified time | relevance | path

Searched refs:HTML_KEEP (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/mandoc/
H A Dhtml.c609 if (h->flags & HTML_KEEP) in print_otag()
613 h->flags |= HTML_KEEP; in print_otag()
797 if ( ! (HTML_KEEP & h->flags)) { in print_text()
799 h->flags |= HTML_KEEP; in print_text()
H A Dhtml.h83 #define HTML_KEEP (1 << 2) macro
H A Dmdoc_html.c418 if (h->flags & HTML_KEEP && n->flags & NODE_LINE) { in print_mdoc_node()
419 h->flags &= ~HTML_KEEP; in print_mdoc_node()
1674 h->flags &= ~(HTML_KEEP | HTML_PREKEEP); in mdoc_bk_post()