Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlbaselib.c136 lua_rawset(L, 1); in luaB_rawset()
H A Dlapi.c768 LUA_API void lua_rawset (lua_State *L, int idx) { in lua_rawset() function
/freebsd/libexec/flua/modules/
H A Dlfs.c358 lua_rawset(L, -3); in lua_attributes()
/freebsd/contrib/lua/src/
H A Dldblib.c389 lua_rawset(L, -3); /* hooktable[L1] = new Lua hook */ in db_sethook()
H A Dlbaselib.c179 lua_rawset(L, 1); in luaB_rawset()
H A Dlua.h282 LUA_API void (lua_rawset) (lua_State *L, int idx); variable
H A Dlapi.c909 LUA_API void lua_rawset (lua_State *L, int idx) { in lua_rawset() function
H A Dltests.c1631 lua_rawset(L1, t); in runC()
/freebsd/contrib/lutok/
H A Dstate.cpp764 lua_rawset(_pimpl->lua_state, index); in raw_set()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h240 LUA_API void (lua_rawset) (lua_State *L, int idx); variable
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp950 lua_rawset(L,index);
1113 lua_rawset(L,-3))
1118 lua_rawset(L,-3))
1146 lua_rawset(L,LUA_REGISTRYINDEX); in SWIG_Lua_SetModule()
1251 lua_rawset(L,target_table); in SWIG_Lua_elua_emulate_register()
1298 lua_rawset(L,-4); in SWIG_Lua_emulate_elua_swap_getmetatable()
1301 lua_rawset(L,-3); in SWIG_Lua_emulate_elua_swap_getmetatable()
1377 lua_rawset(L,-3); in SWIG_Lua_namespace_set()
1446 lua_rawset(L,-3); in SWIG_Lua_namespace_register()
1450 lua_rawset(L,-3); in SWIG_Lua_namespace_register()
[all …]