Searched refs:luaD_callnoyield (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | ltm.c | 115 luaD_callnoyield(L, func, 0); in luaT_callTM() 131 luaD_callnoyield(L, func, 1); in luaT_callTMres()
|
H A D | ldo.h | 73 LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults);
|
H A D | lfunc.c | 117 luaD_callnoyield(L, top, 0); in callclosemethod()
|
H A D | lapi.c | 1020 luaD_callnoyield(L, func, nresults); /* just do the call */ in lua_callk() 1038 luaD_callnoyield(L, c->func, c->nresults); in f_call()
|
H A D | ldebug.c | 816 luaD_callnoyield(L, L->top.p - 2, 1); /* call it */ in luaG_errormsg()
|
H A D | ldo.c | 654 void luaD_callnoyield (lua_State *L, StkId func, int nResults) { in luaD_callnoyield() function
|
H A D | lgc.c | 901 luaD_callnoyield(L, L->top.p - 2, 0); in dothecall()
|