Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dlist.c2144 int (*item_compare_func_ptr)(const void *, const void *); in do_sort_uniq() local
2149 item_compare_func_ptr = info.item_compare_func != NULL in do_sort_uniq()
2156 if (item_compare_func_ptr((void *)&li, (void *)&li->li_next) in do_sort_uniq()