Home
last modified time | relevance | path

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

/titanic_44/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); in twalk()
143 __twalk(NODE *root, /* Root of the tree to be walked */ in __twalk() function
152 __twalk(root->llink, action, level + 1); in __twalk()
155 __twalk(root->rlink, action, level + 1); in __twalk()