Home
last modified time | relevance | path

Searched refs:TAG_TD (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/mandoc/
H A Dman_html.c276 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 Dmdoc_html.c460 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 Dhtml.h34 TAG_TD, enumerator
H A Dtbl_html.c242 print_otag(h, TAG_TD, "??sss", in print_tbl()