Searched refs:tsub (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | mdoc_html.c | 522 struct tag *t, *tnav, *tsec, *tsub; in mdoc_sh_pre() local 551 tsub = print_otag(h, TAG_A, "hR", id); in mdoc_sh_pre() 554 print_tagq(h, tsub); in mdoc_sh_pre() 555 tsub = NULL; in mdoc_sh_pre() 563 if (tsub == NULL) in mdoc_sh_pre() 566 tsub = print_otag(h, TAG_LI, ""); in mdoc_sh_pre() 571 print_tagq(h, tsub); in mdoc_sh_pre()
|