Searched refs:stk_rec (Results 1 – 1 of 1) sorted by relevance
46 typedef struct stk_rec { struct48 struct stk_rec *next; argument49 } stk_rec; typedef97 stk_rec *digits, *temp; in bc_out_num()155 temp = (stk_rec *) emalloc (sizeof(stk_rec)); in bc_out_num()
Completed in 7 milliseconds