Searched refs:nfunc (Results 1 – 2 of 2) sorted by relevance
414 \\builtin typeset b_alias i_alias i_func nalias=0 nfunc=0 i_all433 i_func[nfunc++]=.434 i_func[nfunc++]=:435 i_func[nfunc++]='['436 i_func[nfunc++]=alias437 i_func[nfunc++]=break439 i_func[nfunc++]=builtin440 i_func[nfunc++]=cat441 i_func[nfunc++]=cd442 i_func[nfunc++]=chdir[all …]
1156 StkId nfunc = nci->func; /* called function */ in luaV_execute() local1159 StkId lim = nci->u.l.base + getproto(nfunc)->numparams; in luaV_execute()1164 for (aux = 0; nfunc + aux < lim; aux++) in luaV_execute()1165 setobjs2s(L, ofunc + aux, nfunc + aux); in luaV_execute()1166 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */ in luaV_execute()1167 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */ in luaV_execute()