Lines Matching refs:nframe
218 int nframe = 0; /* number of frames allocated */236 fp = frame = (struct Frame *) calloc(nframe += 100, sizeof(struct Frame));268 if (fp >= frame + nframe) {271 realloc((char *) frame, (nframe += 100) * sizeof(struct Frame));