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

/freebsd-11.0-release/contrib/dialog/
H A Dinputstr.c77 static void *sorted_cache; variable
116 twalk(sorted_cache, show_tsearch);
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 48 milliseconds