Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_cscope.c1061 int *nummatches; in cs_find_common() local
1130 if (nummatches == NULL) in cs_find_common()
1139 nummatches[i] = 0; in cs_find_common()
1150 nummatches[i] = cs_cnt_matches(i); in cs_find_common()
1152 if (nummatches[i] > -1) in cs_find_common()
1153 totmatches += nummatches[i]; in cs_find_common()
1155 if (nummatches[i] == 0) in cs_find_common()
1164 vim_free(nummatches); in cs_find_common()
1182 cs_file_results(f, nummatches); in cs_find_common()
1212 vim_free(nummatches); in cs_find_common()
[all …]