Lines Matching refs:nfunc
1156 StkId nfunc = nci->func; /* called function */
1159 StkId lim = nci->u.l.base + getproto(nfunc)->numparams;
1164 for (aux = 0; nfunc + aux < lim; aux++)
1165 setobjs2s(L, ofunc + aux, nfunc + aux);
1166 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */
1167 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */