Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.h112 #define HTML_FRAGMENT (1 << 0) /* don't emit HTML/HEAD/BODY */ macro
H A Dman_html.c123 if ((h->oflags & HTML_FRAGMENT) == 0) { in html_man()
H A Dhtml.c152 h->oflags |= HTML_FRAGMENT; in html_alloc()
H A Dmdoc_html.c292 if ((h->oflags & HTML_FRAGMENT) == 0) { in html_mdoc()