Home | History | Annotate | Download | only in pcre

Lines Matching full:exclude_pattern

150 static char *exclude_pattern = NULL;
250 { OP_STRING, N_EXCLUDE,&exclude_pattern, "exclude=pattern","exclude matching files when recursing" },
2580 if (exclude_pattern != NULL)
2582 exclude_compiled = pcre_compile(exclude_pattern, 0, &error, &errptr,