Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds.c288 static int sort_abort; // flag to indicate if sorting has been interrupted variable
329 if (sort_abort) in sort_compare()
333 sort_abort = TRUE; in sort_compare()
407 sort_abort = sort_ic = sort_lc = sort_rx = sort_nr = 0; in ex_sort()
610 if (sort_abort) in ex_sort()