Searched refs:luaD_callnoyield (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | ltm.c | 124 luaD_callnoyield(L, func, 0); in luaT_callTM() 140 luaD_callnoyield(L, func, 1); in luaT_callTMres()
|
H A D | ldo.h | 75 LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults);
|
H A D | lfunc.c | 121 luaD_callnoyield(L, top, 0); in callclosemethod()
|
H A D | lapi.c | 1030 luaD_callnoyield(L, func, nresults); /* just do the call */ in lua_callk() 1048 luaD_callnoyield(L, c->func, c->nresults); in f_call()
|
H A D | ldebug.c | 820 luaD_callnoyield(L, L->top.p - 2, 1); /* call it */ in luaG_errormsg()
|
H A D | ldo.c | 658 void luaD_callnoyield (lua_State *L, StkId func, int nResults) { in luaD_callnoyield() function
|
H A D | lgc.c | 904 luaD_callnoyield(L, L->top.p - 2, 0); in dothecall()
|