Searched refs:TAG_A (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mdoc_html.c | 546 tsub = print_otag(h, TAG_A, "hR", id); in mdoc_sh_pre() 562 print_otag(h, TAG_A, "hR", id); in mdoc_sh_pre() 671 print_otag(h, TAG_A, "chM", "Xr", in mdoc_xr_pre() 675 print_otag(h, TAG_A, "c", "Xr"); in mdoc_xr_pre() 925 print_otag(h, TAG_A, "chR", "Sx", id); in mdoc_sx_pre() 1083 t = print_otag(h, TAG_A, "chI", "In", buf); in mdoc_fd_pre() 1086 t = print_otag(h, TAG_A, "c", "In"); in mdoc_fd_pre() 1256 t = print_otag(h, TAG_A, "ch", "Lk", link->string); in mdoc_lk_pre() 1283 t = print_otag(h, TAG_A, "ch", "Mt", cp); in mdoc_mt_pre() 1353 t = print_otag(h, TAG_A, "chI", "In", n->string); in mdoc_in_pre() [all …]
|
H A D | html.h | 45 TAG_A, enumerator
|
H A D | html.c | 813 ret = print_otag(h, TAG_A, "chR", "permalink", href); in print_otag_id() 826 print_otag(h, TAG_A, "chR", "permalink", href); in print_otag_id() 942 t = print_otag(h, TAG_A, "chR", "permalink", href); in print_tagged_text()
|
H A D | man_html.c | 622 print_otag(h, TAG_A, "ch", "Mt", cp); in man_UR_pre() 625 print_otag(h, TAG_A, "ch", "Lk", n->child->string); in man_UR_pre()
|