Home
last modified time | relevance | path

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

/src/usr.bin/grep/
H A Dgrep.h73 #define MAX_MATCHES 32 macro
104 regmatch_t matches[MAX_MATCHES]; /* Matches made */
H A Dutil.c222 while (pc->matchidx >= MAX_MATCHES) { in procmatch_match()
625 matchidx >= MAX_MATCHES) { in procline()
832 if (!oflag && matchidx != MAX_MATCHES) { in printline()
/src/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh426 MAX_MATCHES=32
427 for _ in $(seq $((MAX_MATCHES + 1))); do printf "foobar"; done > grepfile