Home
last modified time | relevance | path

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

/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Ddemo-Gtk.c3402 static char **sort_hack_cmp_names_kludge; variable
3413 return strcmp ((aa < 0 ? last : sort_hack_cmp_names_kludge[aa]), in sort_hack_cmp()
3414 (bb < 0 ? last : sort_hack_cmp_names_kludge[bb])); in sort_hack_cmp()
3466 sort_hack_cmp_names_kludge = (char **) in initialize_sort_map()
3477 sort_hack_cmp_names_kludge[i] = name; in initialize_sort_map()
3490 free (sort_hack_cmp_names_kludge[i]); in initialize_sort_map()
3491 free (sort_hack_cmp_names_kludge); in initialize_sort_map()
3492 sort_hack_cmp_names_kludge = 0; in initialize_sort_map()