Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlbaselib.c383 int status = lua_getctx(L, NULL); in pcallcont()
Dlapi.c880 LUA_API int lua_getctx (lua_State *L, int *ctx) { in lua_getctx() function
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h255 LUA_API int (lua_getctx) (lua_State *L, int *ctx); variable