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

/freebsd-12-stable/contrib/mandoc/
H A Dhtml.h47 TAG_B, enumerator in enum:htmltag
H A Dman_html.c353 fp = i % 2 ? TAG_I : TAG_B;
356 fp = i % 2 ? TAG_B : TAG_I;
365 fp = i % 2 ? TAG_MAX : TAG_B;
368 fp = i % 2 ? TAG_B : TAG_MAX;
393 print_otag(h, TAG_B, "");
530 print_otag(h, TAG_B, "");
550 print_otag(h, TAG_B, "");
H A Dhtml.c262 h->metaf = print_otag(h, TAG_B, "");
265 h->metaf = print_otag(h, TAG_B, "");
H A Dmdoc_html.c1552 print_otag(h, TAG_B, "c", "Sy");

Completed in 104 milliseconds