Searched refs:TAG_COL (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | man_html.c | 325 print_otag(h, TAG_COL, 1, tag); in man_root_pre() 326 print_otag(h, TAG_COL, 1, tag); in man_root_pre() 327 print_otag(h, TAG_COL, 1, tag); in man_root_pre() 364 print_otag(h, TAG_COL, 1, tag); in man_root_post() 365 print_otag(h, TAG_COL, 1, tag); in man_root_post()
|
H A D | html.h | 37 TAG_COL, enumerator
|
H A D | mdoc_html.c | 500 print_otag(h, TAG_COL, 1, tag); in mdoc_root_post() 501 print_otag(h, TAG_COL, 1, tag); in mdoc_root_post() 543 print_otag(h, TAG_COL, 1, tag); in mdoc_root_pre() 544 print_otag(h, TAG_COL, 1, tag); in mdoc_root_pre() 545 print_otag(h, TAG_COL, 1, tag); in mdoc_root_pre() 719 print_otag(h, TAG_COL, 1, &tag); in mdoc_nm_pre() 720 print_otag(h, TAG_COL, 0, NULL); in mdoc_nm_pre() 1006 print_otag(h, TAG_COL, 1, tag); in mdoc_bl_pre()
|
H A D | tbl_html.c | 74 print_otag(h, TAG_COL, 1, &tag); in html_tblopen()
|