Searched refs:TAG_A (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | html.h | 34 TAG_A, enumerator
|
H A D | mdoc_html.c | 743 print_otag(h, TAG_A, 2, tag); in mdoc_xr_pre() 745 print_otag(h, TAG_A, 1, tag); in mdoc_xr_pre() 1169 print_otag(h, TAG_A, 2, tag); in mdoc_sx_pre() 1432 t = print_otag(h, TAG_A, i, tag); in mdoc_fd_pre() 1652 print_otag(h, TAG_A, 2, tag); in mdoc_lk_pre() 1681 t = print_otag(h, TAG_A, 2, tag); in mdoc_mt_pre() 1772 t = print_otag(h, TAG_A, i, tag); in mdoc_in_pre() 2093 print_otag(h, TAG_A, 2, tag); in mdoc__x_pre()
|
H A D | man_html.c | 708 print_otag(h, TAG_A, 2, tag); in man_UR_pre()
|