Home
last modified time | relevance | path

Searched refs:luaD_precall (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldo.h32 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
Dldo.c296 int luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall() function
356 return luaD_precall(L, func, nresults); /* now it must be a function */ in luaD_precall()
401 if (!luaD_precall(L, func, nResults)) /* is a Lua function? */ in luaD_call()
506 if (!luaD_precall(L, firstArg - 1, LUA_MULTRET)) /* Lua function? */ in resume()
Dlvm.c713 if (luaD_precall(L, ra, nresults)) { /* C function? */ in luaV_execute()
727 if (luaD_precall(L, ra, LUA_MULTRET)) /* C function? */ in luaV_execute()