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

/freebsd-11-stable/usr.bin/grep/
H A Dutil.c471 bool lastmatched, matched; local
510 lastmatched = false;
572 lastmatched = true;
602 lastmatched = false;
612 if (!lastmatched && retry > pc->lnstart) {
623 if (!lastmatched || (cflags & REG_NOSUB))
626 if (!lastmatched)

Completed in 53 milliseconds