Searched refs:TAG_B (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | man_html.c | 416 fp = i % 2 ? TAG_I : TAG_B; in man_alt_pre() 419 fp = i % 2 ? TAG_B : TAG_I; in man_alt_pre() 428 fp = i % 2 ? TAG_MAX : TAG_B; in man_alt_pre() 431 fp = i % 2 ? TAG_B : TAG_MAX; in man_alt_pre() 462 print_otag(h, TAG_B, 0, NULL); in man_SM_pre() 573 print_otag(h, TAG_B, 0, NULL); in man_OP_pre() 594 print_otag(h, TAG_B, 0, NULL); in man_B_pre()
|
H A D | mdoc_html.c | 612 print_otag(h, TAG_B, 1, &tag); in mdoc_fl_pre() 657 print_otag(h, TAG_B, 1, &tag); in mdoc_nm_pre() 867 print_otag(h, TAG_B, 1, tag); in mdoc_it_pre() 1040 t = print_otag(h, TAG_B, 1, &tag); in mdoc_ex_pre() 1277 print_otag(h, TAG_B, 1, &tag); in mdoc_cd_pre() 1360 print_otag(h, TAG_B, 1, tag); in mdoc_fd_pre() 1365 print_otag(h, TAG_B, 1, tag); in mdoc_fd_pre() 1489 t = print_otag(h, TAG_B, 1, tag); in mdoc_fn_pre() 1661 t = print_otag(h, TAG_B, 1, &tag); in mdoc_fo_pre() 1689 print_otag(h, TAG_B, 1, tag); in mdoc_in_pre() [all …]
|
H A D | html.c | 262 h->metaf = print_otag(h, TAG_B, 0, NULL); in print_metaf() 265 h->metaf = print_otag(h, TAG_B, 0, NULL); in print_metaf() 570 h->metaf = print_otag(h, TAG_B, 0, NULL); in print_text() 573 h->metaf = print_otag(h, TAG_B, 0, NULL); in print_text()
|
H A D | html.h | 44 TAG_B, enumerator
|