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

/macosx-10.10.1/vim-55/src/
H A Dif_cscope.c1122 int totmatches; local
1206 totmatches = 0;
1219 totmatches += nummatches[i];
1226 if (totmatches == 0)
1251 if (qfpos != NULL && *qfpos != '0' && totmatches > 0)
1310 cs_fill_results((char *)pat, totmatches, nummatches, &matches,
1745 cs_manage_matches(matches, contexts, totmatches, cmd)
1748 int totmatches;
1761 assert(totmatches > 0);
1766 cnt = totmatches;
[all...]

Completed in 82 milliseconds