Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dhtml.h136 #define HTML_FRAGMENT (1 << 0) /* don't emit HTML/HEAD/BODY */ macro
H A Dhtml.c148 h->oflags |= HTML_FRAGMENT; in ml_alloc()
H A Dman_html.c165 if ( ! (HTML_FRAGMENT & h->oflags)) { in print_man()
H A Dmdoc_html.c361 if ( ! (HTML_FRAGMENT & h->oflags)) { in print_mdoc()