Home
last modified time | relevance | path

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

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dgrep.h82 #define MAX_LINE_MATCHES 32 macro
Dutil.c289 regmatch_t matches[MAX_LINE_MATCHES]; in procline()
342 if (m < MAX_LINE_MATCHES) in procline()