Searched refs:TAG_SPAN (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | eqn_html.c | 31 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 D | mdoc_html.c | 672 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 D | html.h | 31 TAG_SPAN, enumerator
|
H A D | man_html.c | 603 tt = print_otag(h, TAG_SPAN, 1, &tag); in man_OP_pre()
|