Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
H A Dman_html.c349 fp = i % 2 ? TAG_I : TAG_B; in man_alt_pre()
352 fp = i % 2 ? TAG_B : TAG_I; in man_alt_pre()
361 fp = i % 2 ? TAG_MAX : TAG_B; in man_alt_pre()
364 fp = i % 2 ? TAG_B : TAG_MAX; in man_alt_pre()
389 print_otag(h, TAG_B, ""); in man_SM_pre()
527 print_otag(h, TAG_B, ""); in man_OP_pre()
547 print_otag(h, TAG_B, ""); in man_B_pre()
H A Dhtml.h46 TAG_B, enumerator
H A Dhtml.c272 h->metaf = print_otag(h, TAG_B, ""); in print_metaf()
275 h->metaf = print_otag(h, TAG_B, ""); in print_metaf()
283 print_otag(h, TAG_B, ""); in print_metaf()
H A Dmdoc_html.c1464 print_otag_id(h, TAG_B, "Sy", n); in mdoc_sy_pre()