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

/freebsd-10.1-release/contrib/mdocml/
H A Dhtml.c414 if ( ! (HTML_KEEP & h->flags)) {
416 h->flags |= HTML_KEEP;
505 if ( ! (HTML_KEEP & h->flags)) {
507 h->flags |= HTML_KEEP;
H A Dhtml.h116 #define HTML_KEEP (1 << 2) macro
H A Dmdoc_html.c461 if (HTML_KEEP & h->flags) {
463 h->flags &= ~HTML_KEEP;
467 h->flags &= ~HTML_KEEP;
826 h->flags |= HTML_KEEP;
2151 h->flags &= ~(HTML_KEEP | HTML_PREKEEP);

Completed in 111 milliseconds