Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/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()
/illumos-gate/usr/src/lib/libdemangle/common/
H A Dcxx.c70 static void tsub(cpp_db_t *, size_t);
3789 tsub(db, idx); in parse_template_param()
4018 tsub(cpp_db_t *db, size_t n) in tsub() function