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

/illumos-gate/usr/src/cmd/mandoc/
H A Dman_html.c411 fp = i % 2 ? TAG_I : TAG_B;
414 fp = i % 2 ? TAG_B : TAG_I;
417 fp = i % 2 ? TAG_I : TAG_MAX;
420 fp = i % 2 ? TAG_MAX : TAG_I;
574 print_otag(h, TAG_I, 0, NULL);
596 print_otag(h, TAG_I, 0, NULL);
H A Dhtml.c73 {"i", 0 }, /* TAG_I */
236 h->metaf = print_otag(h, TAG_I, 0, NULL);
243 print_otag(h, TAG_I, 0, NULL);
536 h->metaf = print_otag(h, TAG_I, 0, NULL);
543 print_otag(h, TAG_I, 0, NULL);
H A Dhtml.h45 TAG_I, enumerator in enum:htmltag
H A Dmdoc_html.c725 print_otag(h, TAG_I, 1, &tag);
1077 print_otag(h, TAG_I, 1, tag);
1181 print_otag(h, TAG_I, 1, &tag);
1191 print_otag(h, TAG_I, 1, &tag);
1272 print_otag(h, TAG_I, 1, &tag);
1277 t = print_otag(h, TAG_I, 1, &tag);
1387 print_otag(h, TAG_I, 1, &tag);
1410 t = print_otag(h, TAG_I, 1, tag);
1461 t = print_otag(h, TAG_I, i, tag);
1922 t = TAG_I;
[all...]

Completed in 85 milliseconds