Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dinputstr.c77 static void *sorted_cache; variable
116 twalk(sorted_cache, show_tsearch);
150 if ((pp = tfind(&find, &sorted_cache, compare_cache)) != 0) { in find_cache()
179 (void) tsearch(p, &sorted_cache, compare_cache); in make_cache()
767 if (tdelete(p, &sorted_cache, compare_cache) == 0) { in dlg_finish_string()