Home
last modified time | relevance | path

Searched refs:tsub (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/mandoc/
H A Dmdoc_html.c518 struct tag *t, *tsec, *tsub; in mdoc_sh_pre() local
546 tsub = print_otag(h, TAG_A, "hR", id); in mdoc_sh_pre()
549 print_tagq(h, tsub); in mdoc_sh_pre()
550 tsub = NULL; in mdoc_sh_pre()
558 if (tsub == NULL) in mdoc_sh_pre()
561 tsub = print_otag(h, TAG_LI, ""); in mdoc_sh_pre()
566 print_tagq(h, tsub); in mdoc_sh_pre()