Searched refs:TAG_B (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | man_html.c | 353 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 D | html.h | 48 TAG_B, enumerator
|
H A D | html.c | 275 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 D | mdoc_html.c | 1477 print_otag_id(h, TAG_B, "Sy", n); in mdoc_sy_pre()
|