Searched refs:printline (Results 1 - 3 of 3) sorted by relevance

/system/core/toolbox/grep/
H A Dqueue.c101 printline(&item->data, '-', NULL, 0);
H A Dgrep.h151 void printline(struct str *line, int sep, regmatch_t *matches, int m);
H A Dutil.c282 * matches. The matching lines are passed to printline() to display the
372 printline(l, ':', matches, m);
374 printline(l, '-', matches, m);
443 printline(struct str *line, int sep, regmatch_t *matches, int m) function

Completed in 19 milliseconds