Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
H A Dmdoc_html.c635 print_otag(h, TAG_SPAN, "c", "Nd"); in mdoc_nd_pre()
723 print_otag(h, TAG_SPAN, "c", "Ux"); in mdoc_xx_pre()
888 print_otag(h, TAG_SPAN, "c", "St"); in mdoc_st_pre()
980 print_otag(h, TAG_SPAN, "c", "Pa"); in mdoc_pa_pre()
987 print_otag(h, TAG_SPAN, "c", "Ad"); in mdoc_ad_pre()
1011 print_otag(h, TAG_SPAN, "c", "An"); in mdoc_an_pre()
1457 print_otag_id(h, TAG_SPAN, roff_name[n->tok], n); in mdoc_no_pre()
1476 print_otag(h, TAG_SPAN, "c", "Lb"); in mdoc_lb_pre()
1487 t = TAG_SPAN; in mdoc__x_pre()
H A Dhtml.h51 TAG_SPAN, enumerator
H A Dhtml.c279 h->metaf = print_otag(h, TAG_SPAN, "c", "Li"); in print_metaf()
282 h->metaf = print_otag(h, TAG_SPAN, "c", "Li"); in print_metaf()
286 h->metaf = print_otag(h, TAG_SPAN, "c", "Li"); in print_metaf()
H A Dman_html.c524 tt = print_otag(h, TAG_SPAN, "c", "Op"); in man_OP_pre()