Searched refs:stk_rec (Results 1 – 1 of 1) sorted by relevance
1377 typedef struct stk_rec { struct1379 struct stk_rec *next; argument1380 } stk_rec; typedef1417 stk_rec *digits, *temp; in bc_out_num()1474 temp = (stk_rec *) malloc (sizeof(stk_rec)); in bc_out_num()