Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h251 LUA_API void (lua_callk) (lua_State *L, int nargs, int nresults, int ctx, variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlapi.c889 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, int ctx, in lua_callk() function