Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/lua/src/
H A Dlauxlib.h111 LUALIB_API int (luaL_getsubtable) (lua_State *L, int idx, const char *fname); variable
H A Dlauxlib.c925 LUALIB_API int luaL_getsubtable (lua_State *L, int idx, const char *fname) { in luaL_getsubtable() function
/freebsd-13.1/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