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

/freebsd-current/usr.bin/grep/
H A Dutil.c479 regmatch_t pmatch, lastmatch, chkmatch; local
587 chkmatch = pc->matches[matchidx - 1];
588 if (pmatch.rm_so < chkmatch.rm_so ||
589 (pmatch.rm_so == chkmatch.rm_so &&
591 (chkmatch.rm_eo - chkmatch.rm_so))) {

Completed in 102 milliseconds