Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalfunc.c2307 size_t funcCnt = ARRAY_LENGTH(global_functions); in sortFunctions() local
2309 qsort(global_functions, funcCnt, sizeof(funcentry_T), compare_func_name); in sortFunctions()