Home
last modified time | relevance | path

Searched refs:lua_seti (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dltablib.c77 lua_seti(L, 1, i); /* t[i] = t[i - 1] */ in tinsert()
85 lua_seti(L, 1, pos); /* t[pos] = v */ in tinsert()
100 lua_seti(L, 1, pos); /* t[pos] = t[pos + 1] */ in tremove()
103 lua_seti(L, 1, pos); /* remove entry t[pos] */ in tremove()
131 lua_seti(L, tt, t + i); in tmove()
137 lua_seti(L, tt, t + i); in tmove()
186 lua_seti(L, 1, i); in tpack()
265 lua_seti(L, 1, i); in set2()
266 lua_seti(L, 1, j); in set2()
A Dlua.h270 LUA_API void (lua_seti) (lua_State *L, int idx, lua_Integer n); variable
A Dlapi.c871 LUA_API void lua_seti (lua_State *L, int idx, lua_Integer n) { in lua_seti() function

Completed in 14 milliseconds