Searched refs:luaD_callnoyield (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | ltm.c | 115 luaD_callnoyield(L, func, 0); in luaT_callTM() 131 luaD_callnoyield(L, func, 1); in luaT_callTMres()
|
A D | ldo.h | 64 LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults);
|
A D | lfunc.c | 118 luaD_callnoyield(L, top, 0); in callclosemethod()
|
A D | lapi.c | 1013 luaD_callnoyield(L, func, nresults); /* just do the call */ in lua_callk() 1031 luaD_callnoyield(L, c->func, c->nresults); in f_call()
|
A D | ldebug.c | 772 luaD_callnoyield(L, L->top - 2, 1); /* call it */ in luaG_errormsg()
|
A D | ldo.c | 594 void luaD_callnoyield (lua_State *L, StkId func, int nResults) { in luaD_callnoyield() function
|
A D | lgc.c | 895 luaD_callnoyield(L, L->top - 2, 0); in dothecall()
|
Completed in 16 milliseconds