Searched refs:BT_POP (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/lib/libc/db/recno/
H A Drec_search.c115 while ((parent = BT_POP(t)) != NULL) {
/netbsd-current/lib/libc/db/btree/
H A Dbt_search.c180 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) {
258 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) {
H A Dbt_delete.c181 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) {
236 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) {
394 while ((parent = BT_POP(t)) != NULL) {
H A Dbt_seq.c386 up = BT_POP(t);
425 up = BT_POP(t);
H A Dbtree.h369 #define BT_POP(t) (t->bt_sp == t->bt_stack ? NULL : --t->bt_sp) macro
H A Dbt_split.c151 while ((parent = BT_POP(t)) != NULL) {

Completed in 107 milliseconds