Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dhtml.h90 #define HTML_PREKEEP (1 << 3) macro
H A Dhtml.c683 if (h->flags & HTML_PREKEEP) in print_otag()
934 if (HTML_PREKEEP & h->flags) in print_tagged_text()
H A Dmdoc_html.c429 h->flags |= HTML_PREKEEP; in print_mdoc_node()
1630 h->flags |= HTML_PREKEEP;
1644 h->flags &= ~(HTML_KEEP | HTML_PREKEEP); in mdoc_quote_pre()