Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlua.h241 LUA_API void (lua_rawseti) (lua_State *L, int idx, int n); variable
H A Dlapi.c783 LUA_API void lua_rawseti (lua_State *L, int idx, int n) { in lua_rawseti() function
/freebsd-12.1/contrib/lua/src/
H A Dlua.h263 LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n); variable
H A Dlapi.c817 LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) { in lua_rawseti() function