Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dviminfo.c719 sort_hist(const void *s1, const void *s2) in sort_hist() function
764 qsort((void *)tot_hist, (size_t)len, sizeof(histentry_T *), sort_hist); in merge_history()