Home
last modified time | relevance | path

Searched refs:lua_gettable (Results 1 – 8 of 8) 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 Dlstrlib.c746 lua_gettable(L, 3); in add_value()
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 Dlstrlib.c744 lua_gettable(L, 3); in add_value()
H A Dlapi.c612 LUA_API int lua_gettable (lua_State *L, int idx) { in lua_gettable() function
/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c337 lua_gettable (L, idx); in ucl_object_lua_fromtable()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c1294 lua_gettable(state, 1); in zcp_parse_table_args()