Searched refs:nframe (Results 1 – 1 of 1) sorted by relevance
227 int nframe = 0; /* number of frames allocated */ variable245 frp = frame = (struct Frame *) calloc(nframe += 100, sizeof(*frame)); in call()277 if (frp >= frame + nframe) { in call()279 frame = (struct Frame *) reallocarray(frame, (nframe += 100), sizeof(*frame)); in call()