Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlbaselib.c281 lua_pushglobaltable(L); in luaopen_base()
282 lua_pushglobaltable(L); in luaopen_base()
H A Dlauxlib.c64 lua_pushglobaltable(L); in pushglobalfuncname()
673 lua_pushglobaltable(L); in luaL_pushmodule()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h343 #define lua_pushglobaltable(L) \ macro