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

/freebsd-10.1-release/contrib/mdocml/
H A Dhtml.h117 #define HTML_PREKEEP (1 << 3) macro
H A Dhtml.c415 if (HTML_PREKEEP & h->flags)
506 if (HTML_PREKEEP & h->flags)
H A Dmdoc_html.c464 h->flags |= HTML_PREKEEP;
468 h->flags |= HTML_PREKEEP;
2134 h->flags |= HTML_PREKEEP;
2151 h->flags &= ~(HTML_KEEP | HTML_PREKEEP);

Completed in 54 milliseconds