Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dman_html.c416 fp = i % 2 ? TAG_I : TAG_B; in man_alt_pre()
419 fp = i % 2 ? TAG_B : TAG_I; in man_alt_pre()
422 fp = i % 2 ? TAG_I : TAG_MAX; in man_alt_pre()
425 fp = i % 2 ? TAG_MAX : TAG_I; in man_alt_pre()
580 print_otag(h, TAG_I, 0, NULL); in man_OP_pre()
602 print_otag(h, TAG_I, 0, NULL); in man_I_pre()
H A Dhtml.c259 h->metaf = print_otag(h, TAG_I, 0, NULL); in print_metaf()
266 print_otag(h, TAG_I, 0, NULL); in print_metaf()
567 h->metaf = print_otag(h, TAG_I, 0, NULL); in print_text()
574 print_otag(h, TAG_I, 0, NULL); in print_text()
H A Dmdoc_html.c744 print_otag(h, TAG_I, 1, &tag); in mdoc_ar_pre()
1118 print_otag(h, TAG_I, 1, tag); in mdoc_sx_pre()
1229 print_otag(h, TAG_I, 1, &tag); in mdoc_pa_pre()
1239 print_otag(h, TAG_I, 1, &tag); in mdoc_ad_pre()
1320 print_otag(h, TAG_I, 1, &tag); in mdoc_fa_pre()
1325 t = print_otag(h, TAG_I, 1, &tag); in mdoc_fa_pre()
1435 print_otag(h, TAG_I, 1, &tag); in mdoc_ft_pre()
1458 t = print_otag(h, TAG_I, 1, tag); in mdoc_fn_pre()
1509 t = print_otag(h, TAG_I, i, tag); in mdoc_fn_pre()
1972 t = TAG_I; in mdoc__x_pre()
[all …]
H A Dhtml.h45 TAG_I, enumerator