Searched defs:twalk (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libast/common/comp/
H A Dtsearch.c44 #define twalk ______twalk macro
51 #undef twalk macro
219 /* the original twalk allows specifying arbitrary node to start traversal.
225 void twalk(const Void_t* root, void(*action)(const Void_t*,VISIT,int) ) function
227 void twalk(root, action)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dtsearch.c42 #pragma weak _twalk = twalk
131 twalk(const void *rt, /* Root of the tree to be walked */ function

Completed in 15 milliseconds