Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtsearch.c55 static void __twalk(NODE *, void (*)(const void *, VISIT, int), int);
135 __twalk(root, action, 0); in twalk()
141 __twalk(NODE *root, /* Root of the tree to be walked */ in __twalk() function
150 __twalk(root->llink, action, level + 1); in __twalk()
153 __twalk(root->rlink, action, level + 1); in __twalk()