Searched refs:luaD_pcall (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dldo.h35 LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
H A Dldo.c465 /* "finish" luaD_pcall */
595 int luaD_pcall (lua_State *L, Pfunc func, void *u, function
672 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc);
H A Dlgc.c824 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0);
H A Dlapi.c949 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func);

Completed in 72 milliseconds