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

/freebsd-12-stable/contrib/mandoc/
H A Dhtml.h83 #define HTML_KEEP (1 << 2) macro
H A Dhtml.c609 if (h->flags & HTML_KEEP)
613 h->flags |= HTML_KEEP;
797 if ( ! (HTML_KEEP & h->flags)) {
799 h->flags |= HTML_KEEP;
H A Dmdoc_html.c418 if (h->flags & HTML_KEEP && n->flags & NODE_LINE) {
419 h->flags &= ~HTML_KEEP;
1674 h->flags &= ~(HTML_KEEP | HTML_PREKEEP);

Completed in 113 milliseconds