Searched refs:TAG_A (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/mandoc/ |
| D | mdoc_html.c | 549 tsub = print_otag(h, TAG_A, "hR", id); in mdoc_sh_pre() 565 print_otag(h, TAG_A, "hR", id); in mdoc_sh_pre() 683 print_otag(h, TAG_A, "chM?", "Xr", in mdoc_xr_pre() 686 print_otag(h, TAG_A, "c?", "Xr", "aria-label", label); in mdoc_xr_pre() 936 print_otag(h, TAG_A, "chR", "Sx", id); in mdoc_sx_pre() 1094 t = print_otag(h, TAG_A, "chI", "In", buf); in mdoc_fd_pre() 1097 t = print_otag(h, TAG_A, "c", "In"); in mdoc_fd_pre() 1267 t = print_otag(h, TAG_A, "ch", "Lk", link->string); in mdoc_lk_pre() 1294 t = print_otag(h, TAG_A, "ch", "Mt", cp); in mdoc_mt_pre() 1364 t = print_otag(h, TAG_A, "chI", "In", n->string); in mdoc_in_pre() [all …]
|
| D | man_html.c | 542 t = print_otag(h, TAG_A, "chM?", "Xr", in man_MR_pre() 545 t = print_otag(h, TAG_A, "c?", "Xr", "aria-label", label); in man_MR_pre() 672 print_otag(h, TAG_A, "ch", "Mt", cp); in man_UR_pre() 675 print_otag(h, TAG_A, "ch", "Lk", n->child->string); in man_UR_pre()
|
| D | html.h | 47 TAG_A, enumerator
|
| D | html.c | 820 ret = print_otag(h, TAG_A, "chR", "permalink", href); in print_otag_id() 833 print_otag(h, TAG_A, "chR", "permalink", href); in print_otag_id() 949 t = print_otag(h, TAG_A, "chR", "permalink", href); in print_tagged_text()
|