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

/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgrep.c514 static int out_invert; /* Print nonmatching stuff. */ variable
676 == !out_invert))
767 if (!out_invert)
790 if (out_invert && p < lim)
890 if((!outleft && !pending) || (nlines && done_on_match && !out_invert))
1625 out_invert = 1;
1775 out_invert ^= 1;

Completed in 107 milliseconds