Searched refs:TAG_SPAN (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mdoc_html.c | 635 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 D | html.h | 51 TAG_SPAN, enumerator
|
H A D | html.c | 279 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 D | man_html.c | 524 tt = print_otag(h, TAG_SPAN, "c", "Op"); in man_OP_pre()
|