Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlua.h240 LUA_API void (lua_rawset) (lua_State *L, int idx); variable
H A Dlapi.c769 LUA_API void lua_rawset (lua_State *L, int idx) { in lua_rawset() function
/freebsd-12.1/contrib/lua/src/
H A Dlua.h262 LUA_API void (lua_rawset) (lua_State *L, int idx); variable
H A Dlapi.c801 LUA_API void lua_rawset (lua_State *L, int idx) { in lua_rawset() function