Home
last modified time | relevance | path

Searched refs:RB_FOREACH_REVERSE_SAFE (Results 1 – 3 of 3) sorted by relevance

/openbsd/regress/sys/sys/tree/rb/
H A Drb-test.c621 #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 Dpaste.c185 RB_FOREACH_REVERSE_SAFE(pb, paste_time_tree, &paste_by_time, pb1) { in paste_add()
/openbsd/sys/sys/
H A Dtree.h743 #define RB_FOREACH_REVERSE_SAFE(x, name, head, y) \ macro