Home
last modified time | relevance | path

Searched refs:luaD_call (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldo.h33 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults,
Dlapi.c902 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()
Dlvm.c102 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()
Dldebug.c580 luaD_call(L, L->top - 2, 1, 0); /* call it */ in luaG_errormsg()
Dldo.c393 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { in luaD_call() function
Dlgc.c805 luaD_call(L, L->top - 2, 0, 0); in dothecall()