Searched refs:sort_compare (Results 1 – 2 of 2) sorted by relevance
709 static int sort_compare(const void *s1, const void *s2);712 sort_compare(const void *s1, const void *s2) in sort_compare() function722 qsort((void *)files, (size_t)count, sizeof(char_u *), sort_compare); in sort_strings()
320 sort_compare(const void *s1, const void *s2) in sort_compare() function608 qsort((void *)nrs, count, sizeof(sorti_T), sort_compare); in ex_sort()