Home
last modified time | relevance | path

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

/freebsd/usr.bin/grep/
H A Dgrep.h73 #define MAX_MATCHES 32 macro
104 regmatch_t matches[MAX_MATCHES]; /* Matches made */
H A Dutil.c209 while (pc->matchidx >= MAX_MATCHES) { in procmatch_match()
602 matchidx >= MAX_MATCHES) { in procline()