Searched refs:luaD_callnoyield (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dldo.h75 LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults);
H A Dltm.c124 luaD_callnoyield(L, func, 0);
140 luaD_callnoyield(L, func, 1);
H A Dlfunc.c121 luaD_callnoyield(L, top, 0);
H A Dlapi.c1030 luaD_callnoyield(L, func, nresults); /* just do the call */
1048 luaD_callnoyield(L, c->func, c->nresults);
H A Dldebug.c820 luaD_callnoyield(L, L->top.p - 2, 1); /* call it */
H A Dldo.c658 void luaD_callnoyield (lua_State *L, StkId func, int nResults) { function
H A Dlgc.c904 luaD_callnoyield(L, L->top.p - 2, 0);

Completed in 390 milliseconds