Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcregrep.c1391 char *printname) in do_after_lines() argument
1400 if (printname != NULL) fprintf(stdout, "%s-", printname); in do_after_lines()
1502 pcregrep(void *handle, int frtype, char *filename, char *printname) in pcregrep() argument
1711 fprintf(stdout, "%s\n", printname); in pcregrep()
1732 if (printname != NULL) fprintf(stdout, "%s:", printname); in pcregrep()
1772 if (printed || printname != NULL || number) fprintf(stdout, "\n"); in pcregrep()
1813 if (printname != NULL) fprintf(stdout, "%s-", printname); in pcregrep()
1853 if (printname != NULL) fprintf(stdout, "%s-", printname); in pcregrep()
1867 if (printname != NULL) fprintf(stdout, "%s:", printname); in pcregrep()
2002 do_after_lines(lastmatchnumber, lastmatchrestart, endptr, printname); in pcregrep()
[all …]