Searched refs:LUA_GCRESTART (Results 1 – 4 of 4) sorted by relevance
164 static const int optsnum[] = {LUA_GCSTOP, LUA_GCRESTART, LUA_GCCOLLECT, in luaB_collectgarbage()
459 lua_gc(L, LUA_GCRESTART, 0); in pmain()
1031 case LUA_GCRESTART: { in lua_gc()
282 #define LUA_GCRESTART 1 macro