Home
last modified time | relevance | path

Searched refs:HTML_FRAGMENT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/mandoc/
H A Dhtml.h114 #define HTML_FRAGMENT (1 << 0) /* don't emit HTML/HEAD/BODY */ macro
H A Dman_html.c124 if ((h->oflags & HTML_FRAGMENT) == 0) { in html_man()
H A Dhtml.c155 h->oflags |= HTML_FRAGMENT; in html_alloc()
H A Dmdoc_html.c293 if ((h->oflags & HTML_FRAGMENT) == 0) { in html_mdoc()