Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c184 static int DEE_action = DEE_READ; variable
2542 (zos_type == __ZOS_NOFILE && DEE_action == DEE_SKIP) || in grep_or_recurse()
2544 (!isregfile(pathname) && DEE_action == DEE_SKIP) || in grep_or_recurse()
3404 if (strcmp(DEE_option, "read") == 0) DEE_action = DEE_READ; in main()
3405 else if (strcmp(DEE_option, "skip") == 0) DEE_action = DEE_SKIP; in main()