Home
last modified time | relevance | path

Searched defs:lua_pcallk (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h257 LUA_API int (lua_pcallk) (lua_State *L, int nargs, int nresults, int errfunc, variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlapi.c928 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk() function