Home
last modified time | relevance | path

Searched refs:lua_rawset (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/stand/liblua/
H A Dlfs.c323 lua_rawset(L, -3); in lua_attributes()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlbaselib.c143 lua_rawset(L, 1); in luaB_rawset()
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 Dlbaselib.c168 lua_rawset(L, 1); in luaB_rawset()
H A Dldblib.c373 lua_rawset(L, -3); /* hooktable[L1] = new Lua hook */ in db_sethook()
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