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

/netbsd-current/external/bsd/mdocml/dist/
H A Dhtml.h92 #define HTML_KEEP (1 << 2) macro
H A Dhtml.c613 if (h->flags & HTML_KEEP)
617 h->flags |= HTML_KEEP;
801 if ( ! (HTML_KEEP & h->flags)) {
803 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 174 milliseconds