Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Dhtml.c613 if (h->flags & HTML_KEEP) in print_otag()
617 h->flags |= HTML_KEEP; in print_otag()
801 if ( ! (HTML_KEEP & h->flags)) { in print_text()
803 h->flags |= HTML_KEEP; in print_text()
H A Dhtml.h92 #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()