Lines Matching refs:sub_t
347 sub_init(sub_t *sub, sysdem_ops_t *ops) in sub_init()
354 sub_fini(sub_t *sub) in sub_fini()
366 sub_clear(sub_t *sub) in sub_clear()
378 sub_empty(const sub_t *sub) in sub_empty()
384 sub_len(const sub_t *sub) in sub_len()
390 sub_reserve(sub_t *sub, size_t amt) in sub_reserve()
410 sub_save(sub_t *sub, const name_t *n, size_t depth) in sub_save()
446 sub_substitute(const sub_t *sub, size_t idx, name_t *n) in sub_substitute()
473 sub_pop(sub_t *sub) in sub_pop()
494 tpl->tpl_size * sizeof (sub_t), newsize * sizeof (sub_t)); in templ_reserve()
520 xfree(tpl->tpl_ops, tpl->tpl_items, tpl->tpl_size * sizeof (sub_t)); in templ_fini()
532 sub_t *sub = &tpl->tpl_items[tpl->tpl_len++]; in templ_push()
542 sub_t *sub = &tpl->tpl_items[--tpl->tpl_len]; in templ_pop()
546 sub_t *
563 const sub_t *sub = templ_top((templ_t *)tpl); in templ_top_len()
571 const sub_t *sub = templ_top((templ_t *)tpl); in templ_sub()
581 sub_t *s = templ_top(tpl); in templ_save()