Home
last modified time | relevance | path

Searched defs:luaL_getsubtable (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h81 LUALIB_API int (luaL_getsubtable) (lua_State *L, int idx, const char *fname); variable
/freebsd/contrib/lua/src/
H A Dlauxlib.h112 LUALIB_API int (luaL_getsubtable) (lua_State *L, int idx, const char *fname); variable
H A Dlauxlib.c954 LUALIB_API int luaL_getsubtable (lua_State *L, int idx, const char *fname) { in luaL_getsubtable() function
/freebsd/sys/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