Lines Matching defs:matches
87 static uchar_t cflag; /* Count of matches */
91 static uchar_t lflag; /* Print file names of matches */
94 static uchar_t bflag; /* Preccede matches by block number */
167 case 'v': /* POSIX: negate matches */
246 case 'x': /* POSIX: full line matches */
808 long long matches = 0; /* Number of matching lines */
872 matches);
1116 matches++;
1167 (void) printf("%lld\n", matches);
1170 return (matches != 0);