| /f-stack/freebsd/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
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ltablib.c | 104 lua_rawseti(L, 1, i); /* t[i] = t[i-1] */ in tinsert() 113 lua_rawseti(L, 1, pos); /* t[pos] = v */ in tinsert() 127 lua_rawseti(L, 1, pos); /* t[pos] = t[pos+1] */ in tremove() 130 lua_rawseti(L, 1, e); /* t[e] = nil */ in tremove() 174 lua_rawseti(L, 1, i); in set2() 175 lua_rawseti(L, 1, j); in set2()
|
| H A D | lauxlib.c | 493 lua_rawseti(L, t, FREELIST_REF); /* (t[FREELIST_REF] = t[ref]) */ in luaL_ref() 499 lua_rawseti(L, t, ref); in luaL_ref() 508 lua_rawseti(L, t, ref); /* t[ref] = t[FREELIST_REF] */ in luaL_unref() 510 lua_rawseti(L, t, FREELIST_REF); /* t[FREELIST_REF] = ref */ in luaL_unref()
|
| H A D | liolib.c | 213 lua_rawseti(L, LUA_ENVIRONINDEX, f); in g_iofile() 522 lua_rawseti(L, LUA_ENVIRONINDEX, k); in createstdfile()
|
| H A D | lua.c | 128 lua_rawseti(L, -2, i - n); in getargs()
|
| H A D | lua.h | 193 LUA_API void (lua_rawseti) (lua_State *L, int idx, int n); variable
|
| H A D | loadlib.c | 646 lua_rawseti(L, -2, i+1); in luaopen_package()
|
| H A D | lua_cjson.c | 1207 lua_rawseti(l, -2, i); /* arr[i] = value */ in json_parse_array_context()
|
| H A D | lapi.c | 684 LUA_API void lua_rawseti (lua_State *L, int idx, int n) { in lua_rawseti() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 242 LUA_API void (lua_rawseti) (lua_State *L, int idx, int n); variable
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | scripting.c | 1111 lua_rawseti(lua,-2,j+1); in luaSetGlobalArray()
|