Home
last modified time | relevance | path

Searched refs:LUA_VERSION (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h24 #define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR macro
25 #define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlbaselib.c454 lua_pushliteral(L, LUA_VERSION); in luaopen_base()