Searched refs:fstack_rec (Results 1 – 3 of 3) sorted by relevance
167 typedef struct fstack_rec { struct169 struct fstack_rec *s_next; argument170 } fstack_rec; typedef
109 EXTERN fstack_rec *fn_stack;
240 fstack_rec *temp; in fpop()264 fstack_rec *temp; in fpush()266 temp = bc_malloc (sizeof (fstack_rec)); in fpush()