Home
last modified time | relevance | path

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

/openbsd/usr.bin/awk/
H A Drun.c227 int nframe = 0; /* number of frames allocated */ variable
245 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()