Lines Matching defs:nmatch
189 cpl->result.nmatch = 0;
316 if(cpl->result.nmatch+1 > cpl->matches_dim) {
348 match = cpl->result.matches + cpl->result.nmatch++;
367 qsort(cpl->result.matches, cpl->result.nmatch,
396 qsort(cpl->result.matches, cpl->result.nmatch,
441 if(result->nmatch < 1)
454 last = result->matches[result->nmatch - 1].suffix;
500 cpl->result.nmatch = 0;
583 if(cpl->result.nmatch > 1)
658 if(write_fn && result && result->nmatch>0) {
975 int nmatch; /* The number of elements in matches[] */
986 nmatch = cpl->result.nmatch;
990 if(nmatch < 1)
1001 for(src=dst=1; src<nmatch; src++) {
1015 cpl->result.nmatch = dst;
1052 for(i=0; i<result->nmatch; i++) {
1080 fmt->nline = (result->nmatch + fmt->ncol - 1) / fmt->ncol;
1129 if(m < result->nmatch) {