Searched refs:VISIT (Results 1 – 7 of 7) sorted by relevance
/freebsd/include/ |
H A D | search.h | 33 } VISIT; typedef 74 void twalk(const posix_tnode *, void (*)(const posix_tnode *, VISIT, int));
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | search.hin | 31 } VISIT; 40 ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL rk_twalk(const void *, void (*)(const void *, VISIT, int));
|
H A D | tsearch.c | 77 trecurse(const node_t *root, void (*action)(const void *, VISIT, int), in trecurse() argument 102 void (*action)(const void *, VISIT, int)) in rk_twalk() argument
|
/freebsd/lib/libc/stdlib/ |
H A D | twalk.c | 22 typedef void (*cmp_fn_t)(const posix_tnode *, VISIT, int);
|
/freebsd/lib/libc/tests/stdlib/ |
H A D | tsearch_test.c | 62 treewalk(const posix_tnode *node, VISIT v, int level) in treewalk()
|
/freebsd/contrib/dialog/ |
H A D | inputstr.c | 103 show_tsearch(const void *nodep, const VISIT which, const int depth)
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_tparm.c | 163 visit_nodes(const void *nodep, VISIT which, int depth) in visit_nodes()
|