Searched refs:LUA_GCSTOP (Results 1 – 4 of 4) sorted by relevance
164 static const int optsnum[] = {LUA_GCSTOP, LUA_GCRESTART, LUA_GCCOLLECT, in luaB_collectgarbage()
464 lua_gc(L, LUA_GCSTOP, 0); /* stop collector during initialization */ in pmain()
286 #define LUA_GCSTOP 0 macro
1027 case LUA_GCSTOP: { in lua_gc()