Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlua.h223 LUA_API void (lua_gettable) (lua_State *L, int idx); variable
H A Dlapi.c618 LUA_API void lua_gettable (lua_State *L, int idx) { in lua_gettable() function
/freebsd-12.1/contrib/lua/src/
H A Dlua.h242 LUA_API int (lua_gettable) (lua_State *L, int idx); variable
H A Dlapi.c612 LUA_API int lua_gettable (lua_State *L, int idx) { in lua_gettable() function