Searched defs:matches (Results 1 - 1 of 1) sorted by path

/system/core/toolbox/grep/
H A Dutil.c247 /* Count the matches if we have a match limit */
282 * matches. The matching lines are passed to printline() to display the
288 regmatch_t matches[MAX_LINE_MATCHES]; local
342 matches[m++] = pmatch;
343 /* matches - skip further patterns */
352 /* One pass if we are not recording matches */
357 break; /* No matches */
372 printline(l, ':', matches, m);
374 printline(l, '-', matches, m);
443 printline(struct str *line, int sep, regmatch_t *matches, in argument
[all...]

Completed in 3 milliseconds