Searched refs:TAG_SPAN (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/mdocml/ |
| HD | 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()
|
| HD | mdoc_html.c | 675 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 …]
|
| HD | html.h | 31 TAG_SPAN, enumerator
|
| HD | man_html.c | 597 tt = print_otag(h, TAG_SPAN, 1, &tag); in man_OP_pre()
|