Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_cscope.c1062 int totmatches; in cs_find_common() local
1140 totmatches = 0; in cs_find_common()
1153 totmatches += nummatches[i]; in cs_find_common()
1160 if (totmatches == 0) in cs_find_common()
1169 if (qfpos != NULL && *qfpos != '0' && totmatches > 0) in cs_find_common()
1222 cs_fill_results(pat, totmatches, nummatches, &matches, in cs_find_common()
1616 int totmatches, in cs_manage_matches() argument
1629 assert(totmatches > 0); in cs_manage_matches()
1634 cnt = totmatches; in cs_manage_matches()
1798 int totmatches, in cs_fill_results() argument
[all …]