Searched refs:trecurse (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/lib/libc/stdlib/ |
| D | twalk.c | 28 trecurse(const node_t *root, /* Root of the tree to be walked */ in trecurse() function 39 trecurse(root->llink, action, level + 1); in trecurse() 42 trecurse(root->rlink, action, level + 1); in trecurse() 52 trecurse(vroot, action, 0); in twalk()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | tsearch.c | 79 trecurse(const node_t *root, void (*action)(const void *, VISIT, int), in trecurse() function 88 trecurse(root->llink, action, level + 1); in trecurse() 91 trecurse(root->rlink, action, level + 1); in trecurse() 107 trecurse(vroot, action, 0); in rk_twalk()
|