Home | History | Annotate | Download | only in openbsd-compat

Lines Matching defs:RB_RED

306 #define RB_RED		1
325 RB_COLOR(elm, field) = RB_RED; \
330 RB_COLOR(red, field) = RB_RED; \
397 RB_COLOR(parent, field) == RB_RED) { \
401 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
417 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
444 if (RB_COLOR(tmp, field) == RB_RED) { \
453 RB_COLOR(tmp, field) = RB_RED; \
462 RB_COLOR(tmp, field) = RB_RED; \
476 if (RB_COLOR(tmp, field) == RB_RED) { \
485 RB_COLOR(tmp, field) = RB_RED; \
494 RB_COLOR(tmp, field) = RB_RED; \