Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h23 #define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR macro
24 #define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlbaselib.c286 lua_pushliteral(L, LUA_VERSION); in luaopen_base()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua.h19 #define LUA_VERSION "Lua 5.1" macro
H A Dlbaselib.c632 lua_pushliteral(L, LUA_VERSION); in base_open()