Lines Matching full:invert
176 static BOOL invert = FALSE;
269 { OP_NODATA, 'v', NULL, "invert-match", "select non-matching lines" },
945 invert if there was a non-fatal error
977 return invert; /* No more matching; don't show the line again */
1160 if (match != invert)
1190 back to look for further matches in the same line. If we are in invert
1196 if (!invert)
1316 (invert not set). Because the PCRE_FIRSTLINE option is set, the start of
1319 if (multiline & !invert)
1353 if (do_colour && !invert)
1405 if (multiline && invert && match)
1850 case 'v': invert = TRUE; break;