Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2grep.c187 #define STDOUT_NL "\r\n" macro
191 #define STDOUT_NL "\n" macro
220 static const char *printname_nl = STDOUT_NL; /* Changed to NULL for -Z */
1204 printf("Usage: pcre2grep [OPTION]... [PATTERN] [FILE1 FILE2 ...]" STDOUT_NL); in help()
1205 printf("Search for PATTERN in each FILE or standard input." STDOUT_NL); in help()
1206 printf("PATTERN must be present if neither -e nor -f is used." STDOUT_NL); in help()
1210 printf("All callout scripts in patterns are supported." STDOUT_NL); in help()
1212 printf("Non-fork callout scripts in patterns are supported." STDOUT_NL); in help()
1215 printf("Callout scripts are not supported in this pcre2grep." STDOUT_NL); in help()
1218 printf("\"-\" can be used as a file name to mean STDIN." STDOUT_NL); in help()
[all …]