Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dman_html.c362 fp = i % 2 ? TAG_I : TAG_B; in man_alt_pre()
365 fp = i % 2 ? TAG_B : TAG_I; in man_alt_pre()
368 fp = i % 2 ? TAG_I : TAG_MAX; in man_alt_pre()
371 fp = i % 2 ? TAG_MAX : TAG_I; in man_alt_pre()
595 print_otag(h, TAG_I, "");
615 print_otag(h, TAG_I, ""); in man_in_pre()
H A Dhtml.h51 TAG_I, enumerator
H A Dhtml.c272 h->metaf = print_otag(h, TAG_I, ""); in print_metaf()
279 print_otag(h, TAG_I, ""); in print_metaf()
290 print_otag(h, TAG_I, ""); in print_metaf()
H A Dmdoc_html.c917 print_otag_id(h, TAG_I, "Em", n); in mdoc_d1_pre()
1532 t = TAG_I; in mdoc__x_pre()
1536 t = TAG_I; in mdoc__x_pre()