Searched defs:VISIT (Results 1 – 6 of 6) sorted by relevance
| /external/musl/src/search/ |
| D | twalk.c | 4 static void walk(const struct node *r, void (*action)(const void *, VISIT, int), int d) in walk() argument 19 void twalk(const void *root, void (*action)(const void *, VISIT, int)) in twalk() argument
|
| /external/musl/include/ |
| D | search.h | 14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
|
| /external/python/cpython2/Python/ |
| D | symtable.c | 952 #define VISIT(ST, TYPE, V) \ macro
|
| D | compile.c | 1111 #define VISIT(C, TYPE, V) {\ macro
|
| /external/python/cpython3/Python/ |
| D | symtable.c | 1141 #define VISIT(ST, TYPE, V) \ macro
|
| D | compile.c | 1627 #define VISIT(C, TYPE, V) {\ macro
|