Searched refs:TAG_TR (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | html.h | 38 TAG_TR, enumerator
|
H A D | tbl_html.c | 107 tt = print_otag(h, TAG_TR, 0, NULL); in print_tbl()
|
H A D | man_html.c | 331 tt = print_otag(h, TAG_TR, 0, NULL); in man_root_pre() 367 tt = print_otag(h, TAG_TR, 0, NULL); in man_root_post()
|
H A D | mdoc_html.c | 505 tt = print_otag(h, TAG_TR, 0, NULL); in mdoc_root_post() 549 tt = print_otag(h, TAG_TR, 0, NULL); in mdoc_root_pre() 722 print_otag(h, TAG_TR, 0, NULL); in mdoc_nm_pre() 962 print_otag(h, TAG_TR, 1, tag); in mdoc_it_pre()
|