Searched refs:TAG_TR (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | tbl_html.c | 106 tt = print_otag(h, TAG_TR, 0, NULL); in print_tbl()
|
H A D | html.h | 34 TAG_TR, enumerator
|
H A D | man_html.c | 309 tt = print_otag(h, TAG_TR, 0, NULL); in man_root_pre() 338 tt = print_otag(h, TAG_TR, 0, NULL); in man_root_post()
|
H A D | mdoc_html.c | 481 tt = print_otag(h, TAG_TR, 0, NULL); in mdoc_root_post() 518 tt = print_otag(h, TAG_TR, 0, NULL); in mdoc_root_pre() 691 print_otag(h, TAG_TR, 0, NULL); in mdoc_nm_pre() 920 print_otag(h, TAG_TR, 1, tag); in mdoc_it_pre()
|