Searched refs:HTML_SPLIT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/mdocml/dist/
H A Dhtml.h97 #define HTML_SPLIT (1 << 8) /* break line before .An */ macro
H A Dmdoc_html.c588 h->flags &= ~(HTML_SPLIT|HTML_NOSPLIT);
1013 h->flags |= HTML_SPLIT;
1017 h->flags &= ~HTML_SPLIT;
1022 if (h->flags & HTML_SPLIT)
1026 h->flags |= HTML_SPLIT;

Completed in 121 milliseconds