Searched refs:RB_FOREACH_REVERSE_SAFE (Results 1 – 3 of 3) sorted by relevance
/openbsd/regress/sys/sys/tree/rb/ |
H A D | rb-test.c | 621 #ifdef RB_FOREACH_REVERSE_SAFE in RB_PROTOTYPE() 633 RB_FOREACH_REVERSE_SAFE(ins, tree, &root, tmp) { in RB_PROTOTYPE() 687 RB_FOREACH_REVERSE_SAFE(ins, tree, &root, tmp) { in RB_PROTOTYPE() 736 RB_FOREACH_REVERSE_SAFE(ins, tree, &root, tmp) { in RB_PROTOTYPE()
|
/openbsd/usr.bin/tmux/ |
H A D | paste.c | 185 RB_FOREACH_REVERSE_SAFE(pb, paste_time_tree, &paste_by_time, pb1) { in paste_add()
|
/openbsd/sys/sys/ |
H A D | tree.h | 743 #define RB_FOREACH_REVERSE_SAFE(x, name, head, y) \ macro
|