Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
H A Dhtml.h88 #define HTML_PREKEEP (1 << 3) macro
H A Dhtml.c677 if (h->flags & HTML_PREKEEP) in print_otag()
925 if (HTML_PREKEEP & h->flags) in print_tagged_text()
H A Dmdoc_html.c428 h->flags |= HTML_PREKEEP; in print_mdoc_node()
1577 h->flags |= HTML_PREKEEP; in mdoc_bk_pre()
1591 h->flags &= ~(HTML_KEEP | HTML_PREKEEP); in mdoc_bk_post()