Searched refs:isgray (Results 1 – 4 of 4) sorted by relevance
89 #define isgray(x) /* neither white nor black */ \ macro
149 lua_assert(!isgray(o)); /* cannot be in a gray list */ in linkgclist_()378 lua_assert(upisopen(uv) && isgray(uv)); in remarkupvals()1152 lua_assert(isgray(curr)); in correctgraylist()1158 lua_assert(isgray(curr)); in correctgraylist()
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()