Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dman_html.c353 fp = i % 2 ? TAG_I : TAG_B; in man_alt_pre()
356 fp = i % 2 ? TAG_B : TAG_I; in man_alt_pre()
365 fp = i % 2 ? TAG_MAX : TAG_B; in man_alt_pre()
368 fp = i % 2 ? TAG_B : TAG_MAX; in man_alt_pre()
393 print_otag(h, TAG_B, ""); in man_SM_pre()
579 print_otag(h, TAG_B, ""); in man_OP_pre()
599 print_otag(h, TAG_B, ""); in man_B_pre()
H A Dhtml.h48 TAG_B, enumerator
H A Dhtml.c275 h->metaf = print_otag(h, TAG_B, ""); in print_metaf()
278 h->metaf = print_otag(h, TAG_B, ""); in print_metaf()
286 print_otag(h, TAG_B, ""); in print_metaf()
H A Dmdoc_html.c1477 print_otag_id(h, TAG_B, "Sy", n); in mdoc_sy_pre()