Lines Matching refs:SRE
665 if (env->type < SRE || *sp != ',') in magic()
737 if (env->type < SRE && *sp == '?') in magic()
772 if (env->type == SRE || c == T_BACK && !(env->flags & REG_LENIENT)) in magic()
794 if (env->type >= SRE) in magic()
853 …if (env->type >= SRE && !(env->flags & REG_SHELL_ESCAPED) || (env->flags & REG_ESCAPE) && (c == '[… in magic()
1186 if (*env->cursor == '^' || env->type >= SRE && *env->cursor == '!') in bra()
1209 …if (c == '\\' && ((env->flags & REG_CLASS_ESCAPE) || env->type >= SRE && env->parnest || *env->cur… in bra()
1218 else if (env->type < SRE || !(env->flags & REG_SHELL_ESCAPED)) in bra()
1228 if (env->type < SRE && !(env->flags & REG_LENIENT)) in bra()
1245 if (env->type < SRE && !(env->flags & REG_LENIENT) && !mbwide()) in bra()
1279 if (env->type < SRE && !(env->flags & REG_LENIENT)) in bra()
1391 inrange = env->type >= SRE || (env->flags & REG_LENIENT); in bra()
1394 else if (env->type >= SRE) in bra()
1478 …if (c == '\\' && ((env->flags & REG_CLASS_ESCAPE) || env->type >= SRE && env->parnest || *env->cur… in bra()
1487 else if (env->type < SRE || !(env->flags & REG_SHELL_ESCAPED)) in bra()
1497 if (env->type < SRE && !(env->flags & REG_LENIENT)) in bra()
1539 if (env->type < SRE && !(env->flags & REG_LENIENT)) in bra()
1673 if (env->type < SRE && !(env->flags & REG_LENIENT)) in bra()
1680 inrange = env->type >= SRE || (env->flags & REG_LENIENT); in bra()
1809 else if (env->type < SRE) in rep()
2194 typ = SRE; in grp()
2368 if (c && env->type >= SRE) in grp()
2383 if (env->type < SRE && *env->cursor++ != '?') in grp()
3254 env.type = env.type == BRE ? SRE : KRE; in regcomp()
3370 if (env.type >= SRE && env.error != REG_ESPACE && !(flags & REG_LITERAL)) in regcomp()