Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldo.h37 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
Dldo.c322 luaD_poscall(L, L->top - n); in luaD_precall()
362 int luaD_poscall (lua_State *L, StkId firstResult) { in luaD_poscall() function
429 luaD_poscall(L, L->top - n); in finishCcall()
527 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */ in resume()
Dlvm.c756 b = luaD_poscall(L, ra); in luaV_execute()