Searched refs:DEE_SKIP (Results 1 – 1 of 1) sorted by relevance
156 enum { DEE_READ, DEE_SKIP }; enumerator3445 (zos_type == __ZOS_NOFILE && DEE_action == DEE_SKIP) || in grep_or_recurse()3447 (!isregfile(pathname) && DEE_action == DEE_SKIP) || in grep_or_recurse()4348 else if (strcmp(DEE_option, "skip") == 0) DEE_action = DEE_SKIP; in main()