Searched refs:FREELIST_REF (Results 1 – 1 of 1) sorted by relevance
28 #define FREELIST_REF 0 /* free list of references */ macro488 lua_rawgeti(L, t, FREELIST_REF); /* get first free element */ in luaL_ref()493 lua_rawseti(L, t, FREELIST_REF); /* (t[FREELIST_REF] = t[ref]) */ in luaL_ref()507 lua_rawgeti(L, t, FREELIST_REF); in luaL_unref()510 lua_rawseti(L, t, FREELIST_REF); /* t[FREELIST_REF] = ref */ in luaL_unref()