Searched refs:isgray (Results 1 – 5 of 5) sorted by relevance
101 #define isgray(x) /* neither white nor black */ \ macro
191 if (isgray(o)) { in luaC_checkupvalcolor()325 if (isgray(obj2gco(uv))) in remarkupvals()522 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()1177 lua_assert(isgray(curr)); in correctgraylist()1183 lua_assert(isgray(curr)); in correctgraylist()