Searched defs:VISIT (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | tsearch.c | 131 twalk(NODE *root, void (*action)(NODE *, VISIT, int)) in twalk() argument 146 _twalk(NODE *root, void (*action)(NODE *, VISIT, int), int level) in _twalk() argument
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | tsearch.c | 132 void (*action)(const void *, VISIT, int)) in twalk() argument 144 void (*action)(const void *, VISIT, int), in __twalk() argument
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | tsearch.c | 199 static void _twalk(Tree_t* obj, void(*action)(const Void_t*,VISIT,int), int level) in _twalk() argument 225 void twalk(const Void_t* root, void(*action)(const Void_t*,VISIT,int) ) in twalk() argument
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | search.h | 35 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
|
/titanic_50/usr/src/head/ |
H A D | search.h | 64 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
|
/titanic_50/usr/src/lib/libslp/clib/ |
H A D | slp_search.c | 59 void (*action)(void *, VISIT, int, void *), in slp_twalk() argument
|
H A D | slp-internal.h | 224 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
|