Searched refs:TAG_TD (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | tbl_html.c | 114 print_otag(h, TAG_TD, 1, &tag); in print_tbl() 120 print_otag(h, TAG_TD, 0, NULL); in print_tbl()
|
H A D | man_html.c | 334 print_otag(h, TAG_TD, 1, tag); in man_root_pre() 340 print_otag(h, TAG_TD, 2, tag); in man_root_pre() 346 print_otag(h, TAG_TD, 2, tag); in man_root_pre() 370 print_otag(h, TAG_TD, 1, tag); in man_root_post() 378 print_otag(h, TAG_TD, 2, tag); in man_root_post()
|
H A D | html.h | 39 TAG_TD, enumerator
|
H A D | mdoc_html.c | 508 print_otag(h, TAG_TD, 1, tag); in mdoc_root_post() 514 print_otag(h, TAG_TD, 2, tag); in mdoc_root_post() 552 print_otag(h, TAG_TD, 1, tag); in mdoc_root_pre() 558 print_otag(h, TAG_TD, 2, tag); in mdoc_root_pre() 564 print_otag(h, TAG_TD, 2, tag); in mdoc_root_pre() 693 print_otag(h, TAG_TD, 0, NULL); in mdoc_nm_pre() 698 print_otag(h, TAG_TD, 0, NULL); in mdoc_nm_pre() 954 print_otag(h, TAG_TD, 2, tag); in mdoc_it_pre()
|