Searched refs:luaD_callnoyield (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | ldo.h | 44 LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults);
|
| H A D | ltm.c | 116 luaD_callnoyield(L, func, hasres); in luaT_callTM()
|
| H A D | lapi.c | 925 luaD_callnoyield(L, func, nresults); /* just do the call */ in lua_callk() 943 luaD_callnoyield(L, c->func, c->nresults); in f_call()
|
| H A D | ldebug.c | 646 luaD_callnoyield(L, L->top - 2, 1); /* call it */ in luaG_errormsg()
|
| H A D | ldo.c | 507 void luaD_callnoyield (lua_State *L, StkId func, int nResults) { in luaD_callnoyield() function
|
| H A D | lgc.c | 803 luaD_callnoyield(L, L->top - 2, 0); in dothecall()
|