Lines Matching refs:IS_RED
124 #define IS_RED(node) ((node) != NULL && (node)->color == RED)
1708 while (node != root && IS_RED(PARENT(node))) {
1720 if (child != NULL && IS_RED(child)) {
1738 if (child != NULL && IS_RED(child)) {
1924 if (IS_RED(sibling)) {
1963 if (IS_RED(sibling)) {
1997 if (IS_RED(child))
2147 printf(" (%s", IS_RED(root) ? "RED" : "black");
2182 if (IS_RED(root) && IS_RED(LEFT(root)))
2186 if (IS_RED(root) && IS_RED(RIGHT(root)))