Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_amiga.c89 static int sortcmp(const void *a, const void *b);
1606 (size_t)matches, sizeof(char_u *), sortcmp); in mch_expandpath()
1629 sortcmp(const void *a, const void *b) in sortcmp() function