Home
last modified time | relevance | path

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

/trueos/contrib/mdocml/
HDhtml.c414 if ( ! (HTML_KEEP & h->flags)) { in print_otag()
416 h->flags |= HTML_KEEP; in print_otag()
505 if ( ! (HTML_KEEP & h->flags)) { in print_text()
507 h->flags |= HTML_KEEP; in print_text()
HDhtml.h116 #define HTML_KEEP (1 << 2) macro
HDmdoc_html.c461 if (HTML_KEEP & h->flags) { in print_mdoc_node()
463 h->flags &= ~HTML_KEEP; in print_mdoc_node()
467 h->flags &= ~HTML_KEEP; in print_mdoc_node()
826 h->flags |= HTML_KEEP; in mdoc_xx_pre()
2151 h->flags &= ~(HTML_KEEP | HTML_PREKEEP); in mdoc_bk_post()