Home
last modified time | relevance | path

Searched refs:VISIT (Results 1 – 7 of 7) sorted by relevance

/freebsd/include/
H A Dsearch.h33 } VISIT; typedef
74 void twalk(const posix_tnode *, void (*)(const posix_tnode *, VISIT, int));
/freebsd/crypto/heimdal/lib/roken/
H A Dsearch.hin31 } VISIT;
40 ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL rk_twalk(const void *, void (*)(const void *, VISIT, int));
H A Dtsearch.c77 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 Dtwalk.c22 typedef void (*cmp_fn_t)(const posix_tnode *, VISIT, int);
/freebsd/lib/libc/tests/stdlib/
H A Dtsearch_test.c62 treewalk(const posix_tnode *node, VISIT v, int level) in treewalk()
/freebsd/contrib/dialog/
H A Dinputstr.c103 show_tsearch(const void *nodep, const VISIT which, const int depth)
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c163 visit_nodes(const void *nodep, VISIT which, int depth) in visit_nodes()