Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c166 static int num_matches = 0; in do_tag() local
187 num_matches = 0; in do_tag()
369 num_matches = 0; in do_tag()
600 if (num_matches <= 0) in do_tag()
669 if (num_matches == 1) in do_tag()
675 cur_match = num_matches - 1; in do_tag()
716 && (num_matches > 1 || ic) in do_tag()
722 num_matches, in do_tag()
727 && num_matches > 1) in do_tag()
819 int num_matches, in print_tag_list() argument
[all …]
H A Dhelp.c28 int num_matches; in ex_help() local
95 for (i = 0; i < num_matches; ++i) in ex_help()
103 if (i >= num_matches || n == FAIL) in ex_help()
112 FreeWild(num_matches, matches); in ex_help()
118 FreeWild(num_matches, matches); in ex_help()
321 int *num_matches, in find_help_tags() argument
560 *num_matches = 0; in find_help_tags()
565 && *num_matches > 0) in find_help_tags()
569 qsort((void *)*matches, (size_t)*num_matches, in find_help_tags()
572 while (*num_matches > TAG_MANY) in find_help_tags()
[all …]
H A Dinsexpand.c804 int num_matches, in ins_compl_add_matches() argument
812 for (i = 0; i < num_matches && add_r != FAIL; i++) in ins_compl_add_matches()
817 FreeWild(num_matches, matches); in ins_compl_add_matches()
2790 int num_matches; in ins_compl_get_exp() local
2983 ins_compl_add_matches(num_matches, matches, p_ic); in ins_compl_get_exp()
3000 for (i = 0; i < num_matches; ++i) in ins_compl_get_exp()
3023 &num_matches, &matches) == EXPAND_OK) in ins_compl_get_exp()
3038 if (num_matches > 0) in ins_compl_get_exp()
3039 ins_compl_add_matches(num_matches, matches, p_ic); in ins_compl_get_exp()
3342 int num_matches = -1; in ins_compl_next() local
[all …]
H A Dif_cscope.c1904 cs_print_tags_priv(char **matches, char **cntxts, int num_matches) in cs_print_tags_priv() argument
1919 assert(num_matches > 0); in cs_print_tags_priv()
1948 for (i = 0; i < num_matches; i++) in cs_print_tags_priv()
H A Dscreen.c927 int num_matches, in win_redr_status_matches() argument
990 for (i = match; i < num_matches; ++i) in win_redr_status_matches()
996 if (i == num_matches) in win_redr_status_matches()
1068 if (++i == num_matches) in win_redr_status_matches()
1072 if (i != num_matches) in win_redr_status_matches()
/vim-8.2.3635/src/proto/
H A Dhelp.pro6 int find_help_tags(char_u *arg, int *num_matches, char_u ***matches, int keep_lang);
H A Dtag.pro5 int find_tags(char_u *pat, int *num_matches, char_u ***matchesp, int flags, int mincount, char_u *b…
H A Dscreen.pro13 void win_redr_status_matches(expand_T *xp, int num_matches, char_u **matches, int match, int showta…