Searched refs:estack_rec (Results 1 – 4 of 4) sorted by relevance
162 typedef struct estack_rec { struct164 struct estack_rec *s_next; argument165 } estack_rec; typedef
278 estack_rec *temp; in pop()295 estack_rec *temp; in push_copy()297 temp = bc_malloc (sizeof (estack_rec)); in push_copy()309 estack_rec *temp; in push_num()311 temp = bc_malloc (sizeof (estack_rec)); in push_num()325 estack_rec *temp; in check_stack()
106 EXTERN estack_rec *ex_stack;
97 int depth; estack_rec *temp = ex_stack; in execute()