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.c514 print_otag_id(h, TAG_CODE, roff_name[n->tok], n); in mdoc_code_pre()
615 print_otag_id(h, TAG_CODE, "Fl", n); in mdoc_fl_pre()
654 print_otag(h, TAG_CODE, "c", "Nm"); in mdoc_nm_pre()
928 print_otag(h, TAG_CODE, "c", "Li"); in mdoc_d1_pre()
1032 print_otag(h, TAG_CODE, "c", "Cd"); in mdoc_cd_pre()
1078 print_otag(h, TAG_CODE, "c", "Fd"); in mdoc_fd_pre()
1082 print_otag(h, TAG_CODE, "c", "In"); in mdoc_fd_pre()
1168 t = print_otag_id(h, TAG_CODE, "Fn", n); in mdoc_fn_pre()
1315 t = print_otag_id(h, TAG_CODE, "Fn", n); in mdoc_fo_pre()
1347 print_otag(h, TAG_CODE, "c", "In"); in mdoc_in_pre()
[all …]
H A Dhtml.h50 TAG_CODE, enumerator
H A Dman_html.c652 print_otag(h, TAG_CODE, "c", "Nm"); in man_SY_pre()