Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/grep/
Dgrep.c49 int matchall; /* shortcut */ variable
180 if (!xflag && (len == 0 || matchall)) { in add_pattern()
181 matchall = 1; in add_pattern()
Dgrep.h75 extern int first, matchall, patterns, tail, file_err;
Dutil.c212 if (matchall) { in procline()
280 if (oflag && !matchall) { in procline()