Symbol: RBE_COLOR
src/libs/compat/openbsd_wlan/subr_tree.c
172
RBE_COLOR(parent) == RB_RED) {
src/libs/compat/openbsd_wlan/subr_tree.c
177
if (tmp != NULL && RBE_COLOR(tmp) == RB_RED) {
src/libs/compat/openbsd_wlan/subr_tree.c
178
RBE_COLOR(tmp) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
195
if (tmp != NULL && RBE_COLOR(tmp) == RB_RED) {
src/libs/compat/openbsd_wlan/subr_tree.c
196
RBE_COLOR(tmp) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
214
RBE_COLOR(RBH_ROOT(rbt)) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
223
while ((rbe == NULL || RBE_COLOR(rbe) == RB_BLACK) &&
src/libs/compat/openbsd_wlan/subr_tree.c
227
if (RBE_COLOR(tmp) == RB_RED) {
src/libs/compat/openbsd_wlan/subr_tree.c
233
RBE_COLOR(RBE_LEFT(tmp)) == RB_BLACK) &&
src/libs/compat/openbsd_wlan/subr_tree.c
235
RBE_COLOR(RBE_RIGHT(tmp)) == RB_BLACK)) {
src/libs/compat/openbsd_wlan/subr_tree.c
236
RBE_COLOR(tmp) = RB_RED;
src/libs/compat/openbsd_wlan/subr_tree.c
241
RBE_COLOR(RBE_RIGHT(tmp)) == RB_BLACK) {
src/libs/compat/openbsd_wlan/subr_tree.c
246
RBE_COLOR(oleft) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
248
RBE_COLOR(tmp) = RB_RED;
src/libs/compat/openbsd_wlan/subr_tree.c
253
RBE_COLOR(tmp) = RBE_COLOR(parent);
src/libs/compat/openbsd_wlan/subr_tree.c
254
RBE_COLOR(parent) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
256
RBE_COLOR(RBE_RIGHT(tmp)) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
264
if (RBE_COLOR(tmp) == RB_RED) {
src/libs/compat/openbsd_wlan/subr_tree.c
271
RBE_COLOR(RBE_LEFT(tmp)) == RB_BLACK) &&
src/libs/compat/openbsd_wlan/subr_tree.c
273
RBE_COLOR(RBE_RIGHT(tmp)) == RB_BLACK)) {
src/libs/compat/openbsd_wlan/subr_tree.c
274
RBE_COLOR(tmp) = RB_RED;
src/libs/compat/openbsd_wlan/subr_tree.c
279
RBE_COLOR(RBE_LEFT(tmp)) == RB_BLACK) {
src/libs/compat/openbsd_wlan/subr_tree.c
284
RBE_COLOR(oright) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
286
RBE_COLOR(tmp) = RB_RED;
src/libs/compat/openbsd_wlan/subr_tree.c
291
RBE_COLOR(tmp) = RBE_COLOR(parent);
src/libs/compat/openbsd_wlan/subr_tree.c
292
RBE_COLOR(parent) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
294
RBE_COLOR(RBE_LEFT(tmp)) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
304
RBE_COLOR(rbe) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
326
color = RBE_COLOR(rbe);
src/libs/compat/openbsd_wlan/subr_tree.c
369
color = RBE_COLOR(rbe);
src/libs/compat/openbsd_wlan/subr_tree.c
74
RBE_COLOR(rbe) = RB_RED;
src/libs/compat/openbsd_wlan/subr_tree.c
80
RBE_COLOR(black) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
81
RBE_COLOR(red) = RB_RED;