Lines Matching refs:totmatches
1062 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
1813 assert(totmatches > 0); in cs_fill_results()
1819 if ((matches = ALLOC_MULT(char *, totmatches)) == NULL) in cs_fill_results()
1821 if ((cntxts = ALLOC_MULT(char *, totmatches)) == NULL) in cs_fill_results()