Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.h31 TAG_SECTION, enumerator
H A Dhtml.c654 } else if (tflags & HTML_TOPHRASE && h->tag->tag == TAG_SECTION) in print_otag()
918 if (h->tag->tag == TAG_SECTION) in print_tagged_text()
H A Dmdoc_html.c528 print_otag(h, TAG_SECTION, "c", "Sh"); in mdoc_sh_pre()
571 print_otag(h, TAG_SECTION, "c", "Sh"); in mdoc_sh_pre()
592 print_otag(h, TAG_SECTION, "c", "Ss"); in mdoc_ss_pre()
H A Dman_html.c325 print_otag(h, TAG_SECTION, "c", class); in man_SH_pre()