Home
last modified time | relevance | path

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

/dflybsd-src/contrib/dialog/
H A Dinputstr.c61 static void *sorted_cache; variable
100 twalk(sorted_cache, show_tsearch);
134 if ((pp = tfind(&find, &sorted_cache, compare_cache)) != 0) { in find_cache()
163 (void) tsearch(p, &sorted_cache, compare_cache); in make_cache()
750 if (tdelete(p, &sorted_cache, compare_cache) == 0) { in dlg_finish_string()