Home
last modified time | relevance | path

Searched refs:estack_rec (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/bc/dist/
H A Dbcdefs.h162 typedef struct estack_rec { struct
164 struct estack_rec *s_next; argument
165 } estack_rec; typedef
H A Dstorage.c278 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()
H A Dglobal.h106 EXTERN estack_rec *ex_stack;
H A Dexecute.c97 int depth; estack_rec *temp = ex_stack; in execute()