Searched refs:lua_rawseti (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/ned/server/src/ |
A D | lua_cap.cc | 204 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 D | lauxlib.c | 670 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 D | loadlib.c | 354 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 D | lua.c | 187 lua_rawseti(L, -2, i - script); in createargtable()
|
A D | lua.h | 272 LUA_API void (lua_rawseti) (lua_State *L, int idx, lua_Integer n); variable
|
A D | lapi.c | 915 LUA_API void lua_rawseti (lua_State *L, int idx, lua_Integer n) { in lua_rawseti() function
|
Completed in 14 milliseconds