Searched refs:TAG_B (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | eqn_html.c | 33 TAG_B, /* EQNFONT_BOLD */ enumerator 34 TAG_B, /* EQNFONT_FAT */ enumerator
|
H A D | man_html.c | 449 fp = i % 2 ? TAG_I : TAG_B; in man_alt_pre() 452 fp = i % 2 ? TAG_B : TAG_I; in man_alt_pre() 461 fp = i % 2 ? TAG_MAX : TAG_B; in man_alt_pre() 464 fp = i % 2 ? TAG_B : TAG_MAX; in man_alt_pre() 496 print_otag(h, TAG_B, 0, NULL); in man_SM_pre() 606 print_otag(h, TAG_B, 0, NULL); in man_OP_pre() 629 print_otag(h, TAG_B, 0, NULL); in man_B_pre()
|
H A D | mdoc_html.c | 641 print_otag(h, TAG_B, 1, &tag); in mdoc_fl_pre() 688 print_otag(h, TAG_B, 1, &tag); in mdoc_nm_pre() 909 print_otag(h, TAG_B, 1, tag); in mdoc_it_pre() 1084 t = print_otag(h, TAG_B, 1, &tag); in mdoc_ex_pre() 1313 print_otag(h, TAG_B, 1, &tag); in mdoc_cd_pre() 1406 print_otag(h, TAG_B, 1, tag); in mdoc_fd_pre() 1411 print_otag(h, TAG_B, 1, tag); in mdoc_fd_pre() 1532 t = print_otag(h, TAG_B, 1, tag); in mdoc_fn_pre() 1713 t = print_otag(h, TAG_B, 1, &tag); in mdoc_fo_pre() 1745 print_otag(h, TAG_B, 1, tag); in mdoc_in_pre() [all …]
|
H A D | html.c | 264 h->metaf = print_otag(h, TAG_B, 0, NULL); in print_metaf() 267 h->metaf = print_otag(h, TAG_B, 0, NULL); in print_metaf() 567 h->metaf = print_otag(h, TAG_B, 0, NULL); in print_text() 570 h->metaf = print_otag(h, TAG_B, 0, NULL); in print_text()
|
H A D | html.h | 49 TAG_B, enumerator
|