| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | ltablib.c | 54 lua_rawseti(L, 1, i); /* t[i] = t[i-1] */ in tinsert() 62 lua_rawseti(L, 1, pos); /* t[pos] = v */ in tinsert() 75 lua_rawseti(L, 1, pos); /* t[pos] = t[pos+1] */ in tremove() 78 lua_rawseti(L, 1, pos); /* t[pos] = nil */ in tremove() 126 lua_rawseti(L, -2, 1); /* insert first element */ in pack() 129 lua_rawseti(L, 1, i); in pack() 165 lua_rawseti(L, 1, i); in set2() 166 lua_rawseti(L, 1, j); in set2()
|
| H A D | lauxlib.c | 494 lua_rawseti(L, t, freelist); /* (t[freelist] = t[ref]) */ in luaL_ref() 498 lua_rawseti(L, t, ref); in luaL_ref() 507 lua_rawseti(L, t, ref); /* t[ref] = t[freelist] */ in luaL_unref() 509 lua_rawseti(L, t, freelist); /* t[freelist] = ref */ in luaL_unref()
|
| H A D | lapi.c | 781 LUA_API void lua_rawseti (lua_State *L, int idx, int n) { in lua_rawseti() function
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lauxlib.c | 658 lua_rawseti(L, t, freelist); /* (t[freelist] = t[ref]) */ in luaL_ref() 662 lua_rawseti(L, t, ref); in luaL_ref() 671 lua_rawseti(L, t, ref); /* t[ref] = t[freelist] */ in luaL_unref() 673 lua_rawseti(L, t, freelist); /* t[freelist] = ref */ in luaL_unref()
|
| H A D | loadlib.c | 352 lua_rawseti(L, -2, luaL_len(L, -2) + 1); /* CLIBS[#CLIBS + 1] = plib */ in addtoclib() 717 lua_rawseti(L, -2, i+1); in createsearcherstable()
|
| H A D | lua.c | 167 lua_rawseti(L, -2, i - script); in createargtable()
|
| H A D | lua.h | 272 LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n); variable
|
| H A D | lapi.c | 889 LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) { in lua_rawseti() function
|
| /freebsd-13.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 194 lua_rawseti (L, -2, i); in ucl_object_lua_push_array() 213 lua_rawseti (L, -2, i); in ucl_object_lua_push_array()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 242 LUA_API void (lua_rawseti) (lua_State *L, int idx, int n); variable
|
| /freebsd-13.1/lib/flua/libjail/ |
| H A D | lua_jail.c | 312 lua_rawseti(L, -2, i + 1); in l_allparams()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 2055 lua_rawseti(L,-2,i+1); /* In lua indexing starts from 1 */ in SWIG_Lua_add_class_instance_details() 3077 lua_rawseti(L,-2,i+1);/* -1 is the number, -2 is the table*/ \ 3142 lua_rawseti(L,-2,i+1);/* -1 is the number, -2 is the table*/ in SWIG_write_ptr_array()
|