Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h81 LUALIB_API int (luaL_getsubtable) (lua_State *L, int idx, const char *fname); variable
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c722 LUALIB_API int luaL_getsubtable (lua_State *L, int idx, const char *fname) { in luaL_getsubtable() function
747 luaL_getsubtable(L, LUA_REGISTRYINDEX, "_LOADED"); in luaL_requiref()