Searched refs:VISIT (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/search/ |
D | twalk.c | 53 void (*action)(const void *, VISIT, int), int level); 57 trecurse(const node_t *root, void (*action)(const void *, VISIT, int), int level) in trecurse() argument 76 void (*action)(const void *, VISIT, int)) in twalk() argument
|
/picolibc-latest/newlib/libc/include/ |
D | search.h | 58 } VISIT; typedef 89 void twalk(const void *, void (*)(const void *, VISIT, int));
|