Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds.c312 string_compare(const void *s1, const void *s2) in string_compare() function
360 result = string_compare(sortbuf1, sortbuf2); in sort_compare()
625 if (!unique || i == 0 || string_compare(s, sortbuf1) != 0) in ex_sort()