Home
last modified time | relevance | path

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

/dragonfly/contrib/grep/src/
HDgrep.c1012 static bool out_invert; /* Print nonmatching stuff. */ variable
1176 char sep = out_invert ? SEP_CHAR_REJECTED : SEP_CHAR_SELECTED; in print_line_middle()
1239 matching = (sep == SEP_CHAR_SELECTED) ^ out_invert; in prline()
1244 ^ (out_invert && (color_option < 0))) in prline()
1340 if (out_invert) in prtext()
1404 if (!out_invert) in grepbuf()
1412 if (!out_invert && b == lim) in grepbuf()
1414 if (!out_invert || p < b) in grepbuf()
1416 char *prbeg = out_invert ? p : b; in grepbuf()
1417 char *prend = out_invert ? b : endp; in grepbuf()
[all …]