Searched refs:DEE_action (Results 1 – 1 of 1) sorted by relevance
184 static int DEE_action = DEE_READ; variable2542 (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()