Home | History | Annotate | Download | only in pcre

Lines Matching refs:stdin

1554 /* If the file name is "-" we scan stdin */
1558 return pcregrep(stdin, FR_PLAIN,
1772 printf("\"-\" can be used as a file name to mean STDIN.\n");
2051 /* If we hit an argument that is just "-", it may be a reference to STDIN,
2505 f = stdin;
2531 if (f != stdin) fclose(f);
2628 /* If there are no further arguments, do the business on stdin and exit. */
2632 rc = pcregrep(stdin, FR_PLAIN, (filenames > FN_DEFAULT)? stdin_name : NULL);