Searched refs:TAG_SPAN (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | man_html.c | 277 print_otag(h, TAG_SPAN, "c", "head-ltitle"); in man_root_pre() 281 print_otag(h, TAG_SPAN, "c", "head-vol"); in man_root_pre() 286 print_otag(h, TAG_SPAN, "c", "head-rtitle"); in man_root_pre() 300 print_otag(h, TAG_SPAN, "c", "foot-left"); in man_root_post() 303 print_otag(h, TAG_SPAN, "c", "foot-date"); in man_root_post() 307 print_otag(h, TAG_SPAN, "c", "foot-os"); in man_root_post() 576 tt = print_otag(h, TAG_SPAN, "c", "Op"); in man_OP_pre()
|
H A D | mdoc_html.c | 461 print_otag(h, TAG_SPAN, "c", "foot-left"); in mdoc_root_post() 464 print_otag(h, TAG_SPAN, "c", "foot-date"); in mdoc_root_post() 468 print_otag(h, TAG_SPAN, "c", "foot-os"); in mdoc_root_post() 494 print_otag(h, TAG_SPAN, "c", "head-ltitle"); in mdoc_root_pre() 498 print_otag(h, TAG_SPAN, "c", "head-vol"); in mdoc_root_pre() 502 print_otag(h, TAG_SPAN, "c", "head-rtitle"); in mdoc_root_pre() 640 print_otag(h, TAG_SPAN, "cr", "Nd", "doc-subtitle"); in mdoc_nd_pre() 736 print_otag(h, TAG_SPAN, "c", "Ux"); in mdoc_xx_pre() 901 print_otag(h, TAG_SPAN, "c", "St"); in mdoc_st_pre() 993 print_otag(h, TAG_SPAN, "c", "Pa"); in mdoc_pa_pre() [all …]
|
H A D | html.h | 53 TAG_SPAN, enumerator
|
H A D | html.c | 282 h->metaf = print_otag(h, TAG_SPAN, "c", "Li"); in print_metaf() 285 h->metaf = print_otag(h, TAG_SPAN, "c", "Li"); in print_metaf() 289 h->metaf = print_otag(h, TAG_SPAN, "c", "Li"); in print_metaf()
|