Searched refs:isgray (Results 1 – 4 of 4) sorted by relevance
67 #define isgray(x) (!isblack(x) && !iswhite(x)) macro
279 lua_assert(isgray(o)); in propagatemark()519 if (isgray(obj2gco(uv))) in remarkupvals()699 if (isgray(o)) { in luaC_linkupval()
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()