Searched refs:TAG_SECTION (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/mandoc/ |
| H A D | html.h | 32 TAG_SECTION, enumerator
|
| H A D | html.c | 660 } else if (tflags & HTML_TOPHRASE && h->tag->tag == TAG_SECTION) in print_otag() 927 if (h->tag->tag == TAG_SECTION) in print_tagged_text()
|
| H A D | mdoc_html.c | 541 print_otag(h, TAG_SECTION, "c", "Sh"); in mdoc_sh_pre() 585 print_otag(h, TAG_SECTION, "c", "Sh"); in mdoc_sh_pre() 606 print_otag(h, TAG_SECTION, "c", "Ss"); in mdoc_ss_pre()
|
| H A D | man_html.c | 338 print_otag(h, TAG_SECTION, "c", class); in man_SH_pre()
|