Searched refs:TAG_A (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | html.h | 30 TAG_A, enumerator
|
H A D | mdoc_html.c | 710 print_otag(h, TAG_A, 2, tag); in mdoc_xr_pre() 712 print_otag(h, TAG_A, 1, tag); in mdoc_xr_pre() 1119 print_otag(h, TAG_A, 2, tag); in mdoc_sx_pre() 1395 t = print_otag(h, TAG_A, i, tag); in mdoc_fd_pre() 1604 print_otag(h, TAG_A, 2, tag); in mdoc_lk_pre() 1631 t = print_otag(h, TAG_A, 2, tag); in mdoc_mt_pre() 1716 t = print_otag(h, TAG_A, i, tag); in mdoc_in_pre() 2023 print_otag(h, TAG_A, 2, tag); in mdoc__x_pre()
|
H A D | man_html.c | 667 print_otag(h, TAG_A, 2, tag); in man_UR_pre()
|