Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dex_getln.pro39 int get_list_range(char_u **str, int *num1, int *num2);
/vim-8.2.3635/src/
H A Dcmdhist.c737 if (!get_list_range(&end, &hisidx1, &hisidx2) || *end != NUL) in ex_history()
H A Dex_getln.c4151 get_list_range(char_u **str, int *num1, int *num2) in get_list_range() function
H A Dquickfix.c3630 if (!get_list_range(&arg, &idx1, &idx2) || *arg != NUL) in qf_list()