Home
last modified time | relevance | path

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

/l4re-core-master/ned/server/src/
A Dlua_cap.cc204 lua_rawseti(l, -3, 0); in index()
291 lua_rawseti(l, -2, 0); in push_new_cap()
/l4re-core-master/lua/lib/contrib/src/
A Dlauxlib.c670 lua_rawseti(L, t, freelist); /* ref = t[freelist] = 0 */ in luaL_ref()
679 lua_rawseti(L, t, freelist); /* (t[freelist] = t[ref]) */ in luaL_ref()
683 lua_rawseti(L, t, ref); in luaL_ref()
693 lua_rawseti(L, t, ref); /* t[ref] = t[freelist] */ in luaL_unref()
695 lua_rawseti(L, t, freelist); /* t[freelist] = ref */ in luaL_unref()
A Dloadlib.c354 lua_rawseti(L, -2, luaL_len(L, -2) + 1); /* CLIBS[#CLIBS + 1] = plib */ in addtoclib()
720 lua_rawseti(L, -2, i+1); in createsearcherstable()
A Dlua.c187 lua_rawseti(L, -2, i - script); in createargtable()
A Dlua.h272 LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n); variable
A Dlapi.c915 LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) { in lua_rawseti() function

Completed in 14 milliseconds