Searched refs:luaD_call (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | ldo.h | 33 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults,
|
D | lapi.c | 902 luaD_call(L, func, nresults, 1); /* do the call */ in lua_callk() 905 luaD_call(L, func, nresults, 0); /* just do the call */ in lua_callk() 923 luaD_call(L, c->func, c->nresults, 0); in f_call() 962 luaD_call(L, c.func, nresults, 1); /* do the call */ in lua_pcallk()
|
D | lvm.c | 102 luaD_call(L, L->top - (4 - hasres), hasres, isLua(L->ci)); in callTM() 797 Protect(luaD_call(L, cb, GETARG_C(i), 1)); in luaV_execute()
|
D | ldebug.c | 580 luaD_call(L, L->top - 2, 1, 0); /* call it */ in luaG_errormsg()
|
D | ldo.c | 393 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { in luaD_call() function
|
D | lgc.c | 805 luaD_call(L, L->top - 2, 0, 0); in dothecall()
|