cflags            541 maint/gnulib/lib/exclude.c           int cflags = REG_NOSUB|REG_EXTENDED|
cflags            559 maint/gnulib/lib/exclude.c                   rc = regcomp (&patopts->v.re, tmp, cflags);
cflags            564 maint/gnulib/lib/exclude.c             rc = regcomp (&patopts->v.re, pattern, cflags);
cflags            439 maint/gnulib/lib/regcomp.c regcomp (regex_t *__restrict preg, const char *__restrict pattern, int cflags)
cflags            442 maint/gnulib/lib/regcomp.c   reg_syntax_t syntax = ((cflags & REG_EXTENDED) ? RE_SYNTAX_POSIX_EXTENDED
cflags            454 maint/gnulib/lib/regcomp.c   syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0;
cflags            457 maint/gnulib/lib/regcomp.c   if (cflags & REG_NEWLINE)
cflags            466 maint/gnulib/lib/regcomp.c   preg->no_sub = !!(cflags & REG_NOSUB);
cflags             35 maint/gnulib/lib/regex-quote.c regex_quote_spec_posix (int cflags, bool anchored)
cflags             39 maint/gnulib/lib/regex-quote.c   strcpy (result.special, cflags != 0 ? ere_special : bre_special);
cflags             51 maint/gnulib/lib/regex-quote.h        regex_quote_spec_posix (int cflags, bool anchored);
cflags             44 maint/gnulib/lib/regex.c # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags)
cflags             30 maint/gnulib/tests/test-regex-quote.c check (const char *literal, int cflags, const char *expected)
cflags             36 maint/gnulib/tests/test-regex-quote.c   spec = regex_quote_spec_posix (cflags, false);
cflags             50 maint/gnulib/tests/test-regex-quote.c     ASSERT (regcomp (&regex, result, cflags) == 0);
cflags             59 maint/gnulib/tests/test-regex-quote.c   spec = regex_quote_spec_posix (cflags, true);
cflags             67 maint/gnulib/tests/test-regex-quote.c     ASSERT (regcomp (&regex, result, cflags) == 0);