Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcregrep.c170 static int DEE_action = DEE_READ; variable
2221 (zos_type == __ZOS_NOFILE && DEE_action == DEE_SKIP) || in grep_or_recurse()
2223 (!isregfile(pathname) && DEE_action == DEE_SKIP) || in grep_or_recurse()
3056 if (strcmp(DEE_option, "read") == 0) DEE_action = DEE_READ; in main()
3057 else if (strcmp(DEE_option, "skip") == 0) DEE_action = DEE_SKIP; in main()