Searched refs:TAG_A (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | mdoc_html.c | 551 tsub = print_otag(h, TAG_A, "hR", id); in mdoc_sh_pre() 567 print_otag(h, TAG_A, "hR", id); in mdoc_sh_pre() 685 print_otag(h, TAG_A, "chM?", "Xr", in mdoc_xr_pre() 688 print_otag(h, TAG_A, "c?", "Xr", "aria-label", label); in mdoc_xr_pre() 938 print_otag(h, TAG_A, "chR", "Sx", id); in mdoc_sx_pre() 1096 t = print_otag(h, TAG_A, "chI", "In", buf); in mdoc_fd_pre() 1099 t = print_otag(h, TAG_A, "c", "In"); in mdoc_fd_pre() 1269 t = print_otag(h, TAG_A, "ch", "Lk", link->string); in mdoc_lk_pre() 1296 t = print_otag(h, TAG_A, "ch", "Mt", cp); in mdoc_mt_pre() 1366 t = print_otag(h, TAG_A, "chI", "In", n->string); in mdoc_in_pre() [all …]
|
H A D | man_html.c | 544 t = print_otag(h, TAG_A, "chM?", "Xr", in man_MR_pre() 547 t = print_otag(h, TAG_A, "c?", "Xr", "aria-label", label); in man_MR_pre() 674 print_otag(h, TAG_A, "ch", "Mt", cp); in man_UR_pre() 677 print_otag(h, TAG_A, "ch", "Lk", n->child->string); in man_UR_pre()
|
H A D | html.h | 47 TAG_A, enumerator
|
H A D | html.c | 822 ret = print_otag(h, TAG_A, "chR", "permalink", href); in print_otag_id() 835 print_otag(h, TAG_A, "chR", "permalink", href); in print_otag_id() 951 t = print_otag(h, TAG_A, "chR", "permalink", href); in print_tagged_text()
|