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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dtsearch.c131 twalk(NODE *root, void (*action)(NODE *, VISIT, int)) function
/illumos-gate/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
/illumos-gate/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)
/illumos-gate/usr/src/man/man3c/
H A DMakefile1282 twalk.3c \
2368 twalk.3c := LINKSRC = tsearch.3c

Completed in 98 milliseconds