Searched refs:isgray (Results 1 – 5 of 5) sorted by relevance
102 #define isgray(x) /* neither white nor black */ \ macro
192 if (isgray(o)) { in luaC_checkupvalcolor()326 if (isgray(obj2gco(uv))) in remarkupvals()523 lua_assert(isgray(o)); in propagatemark()
89 #define isgray(x) /* neither white nor black */ \ macro
493 assert(!isgray(o)); /* strings are never gray */ in checkrefs()538 assert(!!isgray(o) ^ (getage(o) == G_TOUCHED2)); in checkgraylist()585 assert(!isgray(o) || upisopen(gco2upv(o))); in incifingray()589 if (isgray(o) || getage(o) == G_TOUCHED2) { in incifingray()641 assert(o->tt == LUA_VSHRSTR && isgray(o) && getage(o) == G_OLD); in lua_checkmemory()
149 lua_assert(!isgray(o)); /* cannot be in a gray list */ in linkgclist_()384 lua_assert(upisopen(uv) && isgray(uv)); in remarkupvals()1179 lua_assert(isgray(curr)); in correctgraylist()1185 lua_assert(isgray(curr)); in correctgraylist()