Home
last modified time | relevance | path

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

/trueos/contrib/mdocml/
HDeqn_html.c31 TAG_SPAN, /* EQNFONT_NONE */ enumerator
32 TAG_SPAN, /* EQNFONT_ROMAN */ enumerator
48 t = print_otag(p, TAG_SPAN, 1, &tag); in print_eqn()
HDmdoc_html.c675 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_nd_pre()
821 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_xx_pre()
841 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_bx_pre()
1117 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_em_pre()
1303 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_an_pre()
1328 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_dv_pre()
1340 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_ev_pre()
1352 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_er_pre()
1466 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_vt_pre()
1925 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_ms_pre()
[all …]
HDhtml.h31 TAG_SPAN, enumerator
HDman_html.c597 tt = print_otag(h, TAG_SPAN, 1, &tag); in man_OP_pre()