Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds.c281 static int sort_ic; // ignore case variable
316 return sort_ic ? STRICMP(s1, s2) : STRCMP(s1, s2); in string_compare()
407 sort_abort = sort_ic = sort_lc = sort_rx = sort_nr = 0; in ex_sort()
417 sort_ic = TRUE; in ex_sort()