Home
last modified time | relevance | path

Searched refs:lua_rawseti (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltablib.c54 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 Dlauxlib.c494 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 Dlapi.c781 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 Dltablib.c104 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 Dlauxlib.c493 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 Dliolib.c213 lua_rawseti(L, LUA_ENVIRONINDEX, f); in g_iofile()
522 lua_rawseti(L, LUA_ENVIRONINDEX, k); in createstdfile()
H A Dlua.c128 lua_rawseti(L, -2, i - n); in getargs()
H A Dlua.h193 LUA_API void (lua_rawseti) (lua_State *L, int idx, int n); variable
H A Dloadlib.c646 lua_rawseti(L, -2, i+1); in luaopen_package()
H A Dlua_cjson.c1207 lua_rawseti(l, -2, i); /* arr[i] = value */ in json_parse_array_context()
H A Dlapi.c684 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 Dlua.h242 LUA_API void (lua_rawseti) (lua_State *L, int idx, int n); variable
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c1111 lua_rawseti(lua,-2,j+1); in luaSetGlobalArray()