cflags 8810 ext/pcre/pcrelib/pcre_compile.c int cflags = REQ_NONE; cflags 8839 ext/pcre/pcrelib/pcre_compile.c if (cflags < 0) { c = d; cflags = dflags; } else if (c != d || cflags != dflags) return 0; cflags 8851 ext/pcre/pcrelib/pcre_compile.c if (cflags < 0) { c = scode[1]; cflags = 0; } cflags 8864 ext/pcre/pcrelib/pcre_compile.c if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; } cflags 8873 ext/pcre/pcrelib/pcre_compile.c *flags = cflags; cflags 266 ext/pcre/pcrelib/pcreposix.c regcomp(regex_t *preg, const char *pattern, int cflags) cflags 274 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; cflags 275 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; cflags 276 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL; cflags 277 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; cflags 278 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; cflags 279 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_UCP) != 0) options |= PCRE_UCP; cflags 280 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY;