Searched refs:funcstack_T (Results 1 – 3 of 3) sorted by relevance
3 void funcstack_check_refcount(funcstack_T *funcstack);
2019 } funcstack_T; typedef2042 funcstack_T *pt_funcstack; // copy of stack, used after context
536 funcstack_T *funcstack = ALLOC_CLEAR_ONE(funcstack_T); in handle_closure_in_use()620 funcstack_check_refcount(funcstack_T *funcstack) in funcstack_check_refcount()