Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h97 #define LUA_RIDX_GLOBALS 2 macro
98 #define LUA_RIDX_LAST LUA_RIDX_GLOBALS
344 lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS)
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.c173 luaH_setint(L, registry, LUA_RIDX_GLOBALS, &mt); in init_registry()
H A Dlapi.c609 gt = luaH_getint(reg, LUA_RIDX_GLOBALS); in lua_getglobal()
736 gt = luaH_getint(reg, LUA_RIDX_GLOBALS); in lua_setglobal()
983 const TValue *gt = luaH_getint(reg, LUA_RIDX_GLOBALS); in lua_load()