Home
last modified time | relevance | path

Searched refs:TAG_CODE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/mandoc/
H A Dmdoc_html.c523 print_otag_id(h, TAG_CODE, roff_name[n->tok], n); in mdoc_sh_pre()
624 print_otag_id(h, TAG_CODE, "Fl", n); in mdoc_fl_pre()
663 print_otag(h, TAG_CODE, "c", "Nm"); in mdoc_nm_pre()
937 print_otag(h, TAG_CODE, "c", "Li"); in mdoc_sx_pre()
1041 print_otag(h, TAG_CODE, "c", "Cd"); in mdoc_fa_pre()
1087 print_otag(h, TAG_CODE, "c", "Fd"); in mdoc_fd_pre()
1091 print_otag(h, TAG_CODE, "c", "In"); in mdoc_fd_pre()
1177 t = print_otag_id(h, TAG_CODE, "Fn", n); in mdoc_fn_pre()
1324 t = print_otag_id(h, TAG_CODE, "Fn", n); in mdoc_fo_pre()
1356 print_otag(h, TAG_CODE, " in mdoc_in_pre()
[all...]
H A Dhtml.h50 TAG_CODE, enumerator
H A Dman_html.c661 print_otag(h, TAG_CODE, "c", "Nm"); in man_SY_pre()