Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c217 static int DEE_action = DEE_READ; variable
3208 (zos_type == __ZOS_NOFILE && DEE_action == DEE_SKIP) || in grep_or_recurse()
3210 (!isregfile(pathname) && DEE_action == DEE_SKIP) || in grep_or_recurse()
4096 if (strcmp(DEE_option, "read") == 0) DEE_action = DEE_READ; in main()
4097 else if (strcmp(DEE_option, "skip") == 0) DEE_action = DEE_SKIP; in main()