Lines Matching refs:templ_t
487 templ_reserve(templ_t *tpl, size_t n) in templ_reserve()
505 templ_init(templ_t *tpl, sysdem_ops_t *ops) in templ_init()
512 templ_fini(templ_t *tpl) in templ_fini()
527 templ_push(templ_t *tpl) in templ_push()
538 templ_pop(templ_t *tpl) in templ_pop()
547 templ_top(templ_t *tpl) in templ_top()
555 templ_empty(const templ_t *tpl) in templ_empty()
561 templ_top_len(const templ_t *tpl) in templ_top_len()
563 const sub_t *sub = templ_top((templ_t *)tpl); in templ_top_len()
569 templ_sub(const templ_t *tpl, size_t idx, name_t *n) in templ_sub()
571 const sub_t *sub = templ_top((templ_t *)tpl); in templ_sub()
577 templ_save(const name_t *n, size_t amt, templ_t *tpl) in templ_save()