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

/freebsd-12-stable/contrib/mandoc/
H A Dhtml.h48 TAG_I, enumerator in enum:htmltag
H A Dman_html.c353 fp = i % 2 ? TAG_I : TAG_B;
356 fp = i % 2 ? TAG_B : TAG_I;
359 fp = i % 2 ? TAG_I : TAG_MAX;
362 fp = i % 2 ? TAG_MAX : TAG_I;
537 print_otag(h, TAG_I, "");
557 print_otag(h, TAG_I, "");
H A Dhtml.c259 h->metaf = print_otag(h, TAG_I, "");
266 print_otag(h, TAG_I, "");
H A Dmdoc_html.c915 print_otag(h, TAG_I, "c", "Em");
1582 t = TAG_I;
1592 t = TAG_I;
1596 t = TAG_I;

Completed in 90 milliseconds