Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_html.c510 print_otag_id(h, TAG_CODE, roff_name[n->tok], n); in mdoc_code_pre()
610 print_otag_id(h, TAG_CODE, "Fl", n); in mdoc_fl_pre()
649 print_otag(h, TAG_CODE, "c", "Nm"); in mdoc_nm_pre()
915 print_otag(h, TAG_CODE, "c", "Li"); in mdoc_d1_pre()
1019 print_otag(h, TAG_CODE, "c", "Cd"); in mdoc_cd_pre()
1065 print_otag(h, TAG_CODE, "c", "Fd"); in mdoc_fd_pre()
1069 print_otag(h, TAG_CODE, "c", "In"); in mdoc_fd_pre()
1155 t = print_otag_id(h, TAG_CODE, "Fn", n); in mdoc_fn_pre()
1302 t = print_otag_id(h, TAG_CODE, "Fn", n); in mdoc_fo_pre()
1334 print_otag(h, TAG_CODE, "c", "In"); in mdoc_in_pre()
[all …]
H A Dhtml.h48 TAG_CODE, enumerator
H A Dman_html.c600 print_otag(h, TAG_CODE, "c", "Nm"); in man_SY_pre()