Searched refs:TAG_B (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | man_html.c | 349 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 D | html.h | 46 TAG_B, enumerator
|
H A D | html.c | 272 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 D | mdoc_html.c | 1464 print_otag_id(h, TAG_B, "Sy", n); in mdoc_sy_pre()
|