REG_EXTENDED
if ((cflags®_EXTENDED) && (cflags®_NOSPEC))
if (cflags®_EXTENDED)
(REG_EXTENDED | REG_NOSUB | REG_NEWLINE)))
if ((i = regcomp(&(en->env_regex), name, REG_EXTENDED)) != 0)
if (regcomp(&preg, $3, REG_EXTENDED))
options('c', f[1]) &~ REG_EXTENDED);
int copts = REG_EXTENDED;
char *type = (opts & REG_EXTENDED) ? "ERE" : "BRE";
o &= ~REG_EXTENDED;
o &= ~REG_EXTENDED;
e = regcomp(&re, d, i == 6 ? REG_BASIC : REG_EXTENDED);
error = regcomp(®ex, pattern, REG_EXTENDED);
retval = regcomp(&marg->arg_regex, regex_pattern, REG_EXTENDED);
(&mask_rex, "(0x[0-9a-fA-F]*) *([_a-zA-Z0-9]*)", REG_EXTENDED)) {
if (regcomp(&preg, regex, REG_NOSUB|REG_EXTENDED))
REG_NEWLINE | REG_EXTENDED)) != 0) {
error = regcomp(re, p, REG_EXTENDED|REG_NOSUB);
if (regcomp(&re, ml->test_string, REG_EXTENDED|REG_NEWLINE|flags) != 0)
cflags |= REG_EXTENDED;
#define REGCOMP_FLAG REG_EXTENDED
flex_regcomp(®ex_linedir, REGEXP_LINEDIR, REG_EXTENDED);
flex_regcomp(®ex_blank_line, REGEXP_BLANK_LINE, REG_EXTENDED);
int mode = REG_EXTENDED;
error = regcomp(&re, source, REG_EXTENDED|REG_NEWLINE);
error = regcomp(&p2.re, p->lhs, REG_EXTENDED);
REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE));
if (regcomp(®ex_buff, r, REG_EXTENDED)) {
flags = REG_EXTENDED | REG_ICASE;
flags = REG_EXTENDED;
REG_EXTENDED|REG_NOSUB,
REG_EXTENDED|REG_NOSUB,
REG_EXTENDED|REG_NOSUB|REG_ICASE,
REG_EXTENDED|REG_NOSUB|REG_ICASE,
REG_EXTENDED|REG_NOSUB|REG_ICASE,
if ((rv = regcomp(®, *argv, REG_EXTENDED)) != 0) {
REG_NEWLINE | REG_EXTENDED)) != 0) {
if (p && (eval = regcomp(*repp, re, Eflag ? REG_EXTENDED : 0)) != 0)
if (regcomp(&re, sregexp, REG_EXTENDED) != 0)
if (regcomp(&re, sregexp, REG_EXTENDED) != 0)
if (regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB) != 0)
flags = REG_EXTENDED|REG_NOSUB;
int flags = REG_EXTENDED;
int found = 0, cflags = REG_EXTENDED;
int cflags = REG_EXTENDED;
if (regcomp(&r, term, flags|REG_EXTENDED) != 0)
reflags |= REG_EXTENDED;
int cflags = REG_EXTENDED|REG_NOSUB;