RB_RED            326 libbase/jemtree.h 	RB_COLOR(elm, field) = RB_RED;					\
RB_RED            331 libbase/jemtree.h 	RB_COLOR(red, field) = RB_RED;					\
RB_RED            408 libbase/jemtree.h 	    RB_COLOR(parent, field) == RB_RED) {			\
RB_RED            412 libbase/jemtree.h 			if (tmp && RB_COLOR(tmp, field) == RB_RED) {	\
RB_RED            428 libbase/jemtree.h 			if (tmp && RB_COLOR(tmp, field) == RB_RED) {	\
RB_RED            455 libbase/jemtree.h 			if (RB_COLOR(tmp, field) == RB_RED) {		\
RB_RED            464 libbase/jemtree.h 				RB_COLOR(tmp, field) = RB_RED;		\
RB_RED            474 libbase/jemtree.h 					RB_COLOR(tmp, field) = RB_RED;	\
RB_RED            488 libbase/jemtree.h 			if (RB_COLOR(tmp, field) == RB_RED) {		\
RB_RED            497 libbase/jemtree.h 				RB_COLOR(tmp, field) = RB_RED;		\
RB_RED            507 libbase/jemtree.h 					RB_COLOR(tmp, field) = RB_RED;	\