Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Deqn_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()
H A Dmdoc_html.c672 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_nd_pre()
818 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_xx_pre()
838 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_bx_pre()
1114 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_em_pre()
1300 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_an_pre()
1325 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_dv_pre()
1337 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_ev_pre()
1349 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_er_pre()
1463 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_vt_pre()
1922 print_otag(h, TAG_SPAN, 1, &tag); in mdoc_ms_pre()
[all …]
H A Dhtml.h31 TAG_SPAN, enumerator
H A Dman_html.c603 tt = print_otag(h, TAG_SPAN, 1, &tag); in man_OP_pre()