Home
last modified time | relevance | path

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

/freebsd/usr.bin/grep/
H A Dutil.c211 pc->matchidx = 0; in procmatch_match()
346 pc.matchidx = 0; in procfile()
484 size_t startm = 0, matchidx; in procline() local
488 matchidx = pc->matchidx; in procline()
523 startm = matchidx; in procline()
577 if (matchidx == 0) in procline()
586 if (matchidx > startm) { in procline()
602 matchidx >= MAX_MATCHES) { in procline()
641 pc->matchidx = matchidx; in procline()
748 size_t i, matchidx; in printline() local
[all …]
H A Dgrep.h108 size_t matchidx; /* Latest match index */ member