Searched refs:lua_rawset (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 136 lua_rawset(L, 1); in luaB_rawset()
|
| H A D | lapi.c | 768 LUA_API void lua_rawset (lua_State *L, int idx) { in lua_rawset() function
|
| /freebsd-14.2/libexec/flua/modules/ |
| H A D | lfs.c | 358 lua_rawset(L, -3); in lua_attributes()
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | ldblib.c | 389 lua_rawset(L, -3); /* hooktable[L1] = new Lua hook */ in db_sethook()
|
| H A D | lbaselib.c | 179 lua_rawset(L, 1); in luaB_rawset()
|
| H A D | lua.h | 282 LUA_API void (lua_rawset) (lua_State *L, int idx); variable
|
| H A D | lapi.c | 909 LUA_API void lua_rawset (lua_State *L, int idx) { in lua_rawset() function
|
| H A D | ltests.c | 1631 lua_rawset(L1, t); in runC()
|
| /freebsd-14.2/contrib/lutok/ |
| H A D | state.cpp | 764 lua_rawset(_pimpl->lua_state, index); in raw_set()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 240 LUA_API void (lua_rawset) (lua_State *L, int idx); variable
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1254 lua_rawset(L,-4); in SWIG_Lua_emulate_elua_swap_getmetatable() 1257 lua_rawset(L,-3); in SWIG_Lua_emulate_elua_swap_getmetatable() 1333 lua_rawset(L,-3); in SWIG_Lua_namespace_set() 1402 lua_rawset(L,-3); in SWIG_Lua_namespace_register() 1406 lua_rawset(L,-3); in SWIG_Lua_namespace_register() 1410 lua_rawset(L,-3); in SWIG_Lua_namespace_register() 1855 lua_rawset(L,-3); in SWIG_Lua_create_class_registry() 2348 lua_rawset(L,-3); in SWIG_Lua_class_register_instance() 2352 lua_rawset(L,-3); in SWIG_Lua_class_register_instance() 2356 lua_rawset(L,-3); in SWIG_Lua_class_register_instance() [all …]
|