Lines Matching refs:matchidx
222 while (pc->matchidx >= MAX_MATCHES) { in procmatch_match()
224 pc->matchidx = 0; in procmatch_match()
369 pc.matchidx = 0; in procfile()
507 size_t startm = 0, matchidx; in procline() local
511 matchidx = pc->matchidx; in procline()
546 startm = matchidx; in procline()
600 if (matchidx == 0) in procline()
609 if (matchidx > startm) { in procline()
610 chkmatch = pc->matches[matchidx - 1]; in procline()
615 pc->matches[matchidx - 1] = pmatch; in procline()
620 pc->matches[matchidx++] = pmatch; in procline()
625 matchidx >= MAX_MATCHES) { in procline()
664 pc->matchidx = matchidx; in procline()
775 size_t i, matchidx; in printline() local
790 matchidx = pc->matchidx; in printline()
793 if ((oflag || color) && (pc->printed > 0 || matchidx > 0)) { in printline()
798 for (i = 0; i < matchidx; i++) { in printline()
830 if (!oflag && matchidx != MAX_MATCHES) { in printline()