Searched refs:LUA_GCINC (Results 1 – 3 of 3) sorted by relevance
185 lua_pushstring(L, (oldmode == LUA_GCINC) ? "incremental" in pushmode()197 LUA_GCISRUNNING, LUA_GCGEN, LUA_GCINC}; in luaB_collectgarbage()229 case LUA_GCINC: { in luaB_collectgarbage()
1194 res = isdecGCmodegen(g) ? LUA_GCGEN : LUA_GCINC; in lua_gc()1202 case LUA_GCINC: { in lua_gc()1206 res = isdecGCmodegen(g) ? LUA_GCGEN : LUA_GCINC; in lua_gc()
329 #define LUA_GCINC 11 macro
Completed in 9 milliseconds