Home | History | Annotate | Download | only in pcre

Lines Matching full:dee_action

162 static int dee_action = dee_READ;
163 static int DEE_action = DEE_READ;
1570 if (dee_action == dee_SKIP) return 1;
1571 if (dee_action == dee_RECURSE)
1625 else if (!isregfile(pathname) && DEE_action == DEE_SKIP) return 1;
1847 case 'r': dee_action = dee_RECURSE; break;
2428 if (strcmp(dee_option, "read") == 0) dee_action = dee_READ;
2429 else if (strcmp(dee_option, "recurse") == 0) dee_action = dee_RECURSE;
2430 else if (strcmp(dee_option, "skip") == 0) dee_action = dee_SKIP;
2440 if (strcmp(DEE_option, "read") == 0) DEE_action = DEE_READ;
2441 else if (strcmp(DEE_option, "skip") == 0) DEE_action = DEE_SKIP;
2645 int frc = grep_or_recurse(argv[i], dee_action == dee_RECURSE,