Lines Matching refs:comparf
66 int(* comparf)_ARG_((const Void_t*, const Void_t*)); member
84 return (*((Treedisc_t*)disc)->comparf)((Void_t*)one,(Void_t*)two);
102 int(*comparf)(const Void_t*,const Void_t*) ) in tsearch()
104 Void_t* tsearch(key, rootp, comparf) in tsearch()
107 int(* comparf)();
118 Treedisc.comparf = comparf;
138 int(*comparf)(const Void_t*, const Void_t*) ) in tfind()
140 Void_t* tfind(key, rootp, comparf) in tfind()
143 int(* comparf)();
151 Treedisc.comparf = comparf;
164 int(*comparf)(const Void_t*, const Void_t*) ) in tdelete()
166 Void_t* tdelete(key, rootp, comparf) in tdelete()
169 int(* comparf)();
179 Treedisc.comparf = comparf;