Searched refs:Frame (Results 1 – 1 of 1) sorted by relevance
208 struct Frame { /* stack frame for awk function calls */ struct217 struct Frame *frame = NULL; /* base of stack frames; dynamically allocated */ argument219 struct Frame *fp = NULL; /* frame pointer. bottom level unused */236 fp = frame = (struct Frame *) calloc(nframe += 100, sizeof(struct Frame)); in call()270 frame = (struct Frame *) in call()271 realloc((char *) frame, (nframe += 100) * sizeof(struct Frame)); in call()