Home
last modified time | relevance | path

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

/titanic_54/usr/src/cmd/mandoc/
H A Dhtml.c486 if ( ! (HTML_KEEP & h->flags)) { in print_otag()
488 h->flags |= HTML_KEEP; in print_otag()
556 if ( ! (HTML_KEEP & h->flags)) { in print_text()
558 h->flags |= HTML_KEEP; in print_text()
H A Dhtml.h122 #define HTML_KEEP (1 << 2) macro
H A Dmdoc_html.c442 if (h->flags & HTML_KEEP && n->flags & MDOC_LINE) { in print_mdoc_node()
443 h->flags &= ~HTML_KEEP; in print_mdoc_node()
784 h->flags |= HTML_KEEP; in mdoc_xx_pre()
2072 h->flags &= ~(HTML_KEEP | HTML_PREKEEP); in mdoc_bk_post()