Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dhtml.h118 #define HTML_PREKEEP (1 << 3) macro
H A Dhtml.c463 if (HTML_PREKEEP & h->flags) in print_otag()
554 if (HTML_PREKEEP & h->flags) in print_text()
H A Dmdoc_html.c466 h->flags |= HTML_PREKEEP; in print_mdoc_node()
2131 h->flags |= HTML_PREKEEP; in mdoc_bk_pre()
2148 h->flags &= ~(HTML_KEEP | HTML_PREKEEP); in mdoc_bk_post()