Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c193 static const char *om_separator = NULL; variable
433 …{ OP_STRING, N_OM_SEPARATOR, &om_separator, "om-separator=text", "set separator for multiple -…
2656 if (printed && om_separator != NULL) in pcre2grep()
2657 fprintf(stdout, "%s", om_separator); in pcre2grep()
4289 if (om_separator != NULL && strcmp(om_separator, STDOUT_NL) == 0) in main()