patopts            90 maint/gnulib/lib/exclude.c     struct patopts *exclude;
patopts           394 maint/gnulib/lib/exclude.c exclude_patopts (struct patopts const *opts, char const *f)
patopts           409 maint/gnulib/lib/exclude.c   struct patopts const *exclude = seg->v.pat.exclude;
patopts           519 maint/gnulib/lib/exclude.c   struct patopts *patopts;
patopts           535 maint/gnulib/lib/exclude.c       patopts = &pat->exclude[pat->exclude_count++];
patopts           537 maint/gnulib/lib/exclude.c       patopts->options = options;
patopts           559 maint/gnulib/lib/exclude.c                   rc = regcomp (&patopts->v.re, tmp, cflags);
patopts           564 maint/gnulib/lib/exclude.c             rc = regcomp (&patopts->v.re, pattern, cflags);
patopts           579 maint/gnulib/lib/exclude.c           patopts->v.pattern = pattern;