Searched refs:compare_func_name (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Deval.c837 static int compare_func_name __ARGS((const void *s1, const void *s2));
8002 compare_func_name(s1, s2) function
8022 qsort(functions, (size_t)funcCnt, sizeof(struct fst), compare_func_name);

Completed in 260 milliseconds