Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstrings.c709 static int sort_compare(const void *s1, const void *s2);
712 sort_compare(const void *s1, const void *s2) in sort_compare() function
722 qsort((void *)files, (size_t)count, sizeof(char_u *), sort_compare); in sort_strings()
H A Dex_cmds.c320 sort_compare(const void *s1, const void *s2) in sort_compare() function
608 qsort((void *)nrs, count, sizeof(sorti_T), sort_compare); in ex_sort()