Searched refs:TAG_TABLE (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | html.h | 35 TAG_TABLE, enumerator
|
H A D | tbl_html.c | 66 h->tblt = print_otag(h, TAG_TABLE, 1, &tag); in html_tblopen()
|
H A D | man_html.c | 323 t = print_otag(h, TAG_TABLE, 3, tag); in man_root_pre() 362 t = print_otag(h, TAG_TABLE, 3, tag); in man_root_post()
|
H A D | mdoc_html.c | 498 t = print_otag(h, TAG_TABLE, 3, tag); in mdoc_root_post() 541 t = print_otag(h, TAG_TABLE, 3, tag); in mdoc_root_pre() 706 print_otag(h, TAG_TABLE, 1, &tag); in mdoc_nm_pre() 1055 print_otag(h, TAG_TABLE, 2, tag); in mdoc_bl_pre()
|