Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/grep/dist/src/
H A Dgrep.c452 static int out_invert; /* Print nonmatching stuff. */ variable
643 == !out_invert)) in prpending()
734 if (!out_invert) in grepbuf()
757 if (out_invert && p < lim) in grepbuf()
849 if((!outleft && !pending) || (nlines && done_on_match && !out_invert)) in grep()
1565 out_invert = 1; in main()
1710 out_invert ^= 1; in main()