Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Drun.c208 struct Frame { /* stack frame for awk function calls */ struct
217 struct Frame *frame = NULL; /* base of stack frames; dynamically allocated */ argument
219 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()