Searched refs:TAG_TD (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | tbl_html.c | 113 print_otag(h, TAG_TD, 1, &tag); in print_tbl() 119 print_otag(h, TAG_TD, 0, NULL); in print_tbl()
|
H A D | man_html.c | 312 print_otag(h, TAG_TD, 1, &tag); in man_root_pre() 317 print_otag(h, TAG_TD, 1, &tag); in man_root_pre() 323 print_otag(h, TAG_TD, 1, &tag); in man_root_pre() 341 print_otag(h, TAG_TD, 1, &tag); in man_root_post() 348 print_otag(h, TAG_TD, 1, &tag); in man_root_post()
|
H A D | html.h | 35 TAG_TD, enumerator
|
H A D | mdoc_html.c | 484 print_otag(h, TAG_TD, 1, &tag); in mdoc_root_post() 489 print_otag(h, TAG_TD, 1, &tag); in mdoc_root_post() 521 print_otag(h, TAG_TD, 1, &tag); in mdoc_root_pre() 526 print_otag(h, TAG_TD, 1, &tag); in mdoc_root_pre() 531 print_otag(h, TAG_TD, 1, &tag); in mdoc_root_pre() 662 print_otag(h, TAG_TD, 0, NULL); in mdoc_nm_pre() 667 print_otag(h, TAG_TD, 0, NULL); in mdoc_nm_pre() 912 print_otag(h, TAG_TD, 2, tag); in mdoc_it_pre()
|