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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtsearch.c57 static void __twalk(NODE *, void (*)(const void *, VISIT, int), int);
137 __twalk(root, action, 0);
143 __twalk(NODE *root, /* Root of the tree to be walked */ function
152 __twalk(root->llink, action, level + 1);
155 __twalk(root->rlink, action, level + 1);

Completed in 56 milliseconds