Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/mandoc/
H A Dhtml.h89 #define HTML_KEEP (1 << 2) macro
H A Dhtml.c678 if (h->flags & HTML_KEEP) in print_otag()
682 h->flags |= HTML_KEEP; in print_otag()
931 if ( ! (HTML_KEEP & h->flags)) { in print_tagged_text()
933 h->flags |= HTML_KEEP; in print_tagged_text()
H A Dmdoc_html.c425 if (h->flags & HTML_KEEP && n->flags & NODE_LINE) { in print_mdoc_node()
426 h->flags &= ~HTML_KEEP; in print_mdoc_node()
1633 h->flags &= ~(HTML_KEEP | HTML_PREKEEP); in mdoc_quote_pre()