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

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

Completed in 52 milliseconds