Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Drun.c218 int nframe = 0; /* number of frames allocated */ variable
236 fp = frame = (struct Frame *) calloc(nframe += 100, sizeof(struct Frame)); in call()
268 if (fp >= frame + nframe) { in call()
271 realloc((char *) frame, (nframe += 100) * sizeof(struct Frame)); in call()