Home
last modified time | relevance | path

Searched refs:print_otag_id (Results 1 – 4 of 4) 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()
579 print_otag_id(h, TAG_H2, "Sh", n); in mdoc_sh_pre()
600 print_otag_id(h, TAG_H3, "Ss", n); in mdoc_ss_pre()
615 print_otag_id(h, TAG_CODE, "Fl", n); in mdoc_fl_pre()
761 print_otag_id(h, TAG_LI, NULL, n); in mdoc_it_pre()
773 print_otag_id(h, TAG_DT, NULL, n); in mdoc_it_pre()
785 print_otag_id(h, TAG_DT, NULL, n); in mdoc_it_pre()
806 print_otag_id(h, TAG_TR, NULL, n); in mdoc_it_pre()
872 print_otag_id(h, TAG_DL, in mdoc_bl_pre()
886 print_otag_id(h, elemtype, cattr, n->body); in mdoc_bl_pre()
[all …]
H A Dhtml.h129 struct tag *print_otag_id(struct html *, enum htmltag, const char *,
H A Dman_html.c332 print_otag_id(h, tag, class, n); in man_SH_pre()
494 print_otag_id(h, TAG_DT, NULL, n); in man_IP_pre()
H A Dhtml.c808 print_otag_id(struct html *h, enum htmltag elemtype, const char *cattr, in print_otag_id() function