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

/freebsd-current/usr.bin/grep/
H A Dutil.c209 while (pc->matchidx >= MAX_MATCHES) {
210 /* Reset matchidx and try again */
211 pc->matchidx = 0;
346 pc.matchidx = 0;
484 size_t startm = 0, matchidx; local
488 matchidx = pc->matchidx;
523 startm = matchidx;
577 if (matchidx == 0)
586 if (matchidx > start
748 size_t i, matchidx; local
[all...]
H A Dgrep.h108 size_t matchidx; /* Latest match index */ member in struct:parsec

Completed in 64 milliseconds