Searched refs:compare_cache (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/dialog/
H A Dinputstr.c124 compare_cache(const void *a, const void *b) function
148 if ((pp = tfind(&find, &sorted_cache, compare_cache)) != 0) {
177 (void) tsearch(p, &sorted_cache, compare_cache);
761 if (tdelete(p, &sorted_cache, compare_cache) == 0) {

Completed in 41 milliseconds