Lines Matching refs:ofunc
1157 StkId ofunc = oci->func; /* caller function */
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 */
1171 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize);