Searched refs:lua_rawset (Results 1 – 11 of 11) sorted by relevance
/freebsd/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/libexec/flua/modules/ |
H A D | lfs.c | 358 lua_rawset(L, -3); in lua_attributes()
|
/freebsd/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/contrib/lutok/ |
H A D | state.cpp | 764 lua_rawset(_pimpl->lua_state, index); in raw_set()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 240 LUA_API void (lua_rawset) (lua_State *L, int idx); variable
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 950 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 …]
|