Searched refs:nframe (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Drun.c221 int nframe = 0; /* number of frames allocated */ variable
239 fp = frame = (struct Frame *) calloc(nframe += 100, sizeof(struct Frame));
271 if (fp >= frame + nframe) {
274 realloc((char *) frame, (nframe += 100) * sizeof(struct Frame));

Completed in 131 milliseconds