Searched refs:TAG_TD (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | man_html.c | 276 print_otag(h, TAG_TD, "c", "head-ltitle"); in man_root_pre() 280 print_otag(h, TAG_TD, "c", "head-vol"); in man_root_pre() 285 print_otag(h, TAG_TD, "c", "head-rtitle"); in man_root_pre() 299 print_otag(h, TAG_TD, "c", "foot-date"); in man_root_post() 303 print_otag(h, TAG_TD, "c", "foot-os"); in man_root_post() 599 print_otag(h, TAG_TD, ""); in man_SY_pre() 603 print_otag(h, TAG_TD, ""); in man_SY_pre()
|
H A D | mdoc_html.c | 460 print_otag(h, TAG_TD, "c", "foot-date"); in mdoc_root_post() 464 print_otag(h, TAG_TD, "c", "foot-os"); in mdoc_root_post() 490 print_otag(h, TAG_TD, "c", "head-ltitle"); in mdoc_root_pre() 494 print_otag(h, TAG_TD, "c", "head-vol"); in mdoc_root_pre() 498 print_otag(h, TAG_TD, "c", "head-rtitle"); in mdoc_root_pre() 646 print_otag(h, TAG_TD, ""); in mdoc_nm_pre() 652 print_otag(h, TAG_TD, ""); in mdoc_nm_pre() 790 print_otag(h, TAG_TD, ""); in mdoc_it_pre()
|
H A D | html.h | 34 TAG_TD, enumerator
|
H A D | tbl_html.c | 242 print_otag(h, TAG_TD, "??sss", in print_tbl()
|