Searched refs:REG_REGEXP (Results 1 – 3 of 3) sorted by relevance
781 if (env->type == SRE || c == T_BACK && !(env->flags & (REG_LENIENT|REG_REGEXP))) in magic()799 …if (escaped == 1 && (env->flags & (REG_LENIENT|REG_REGEXP)) && (c = mp[env->type+escaped+2]) >= T_… in magic()870 else if (escaped && !(env->flags & (REG_LENIENT|REG_REGEXP)) && c != ']') in magic()906 else if (env->flags & (REG_LENIENT|REG_REGEXP)) in magic()974 if (env->flags & (REG_LENIENT|REG_REGEXP)) in token()1237 if (env->type < SRE && !(env->flags & (REG_LENIENT|REG_REGEXP))) in bra()1254 if (env->type < SRE && !(env->flags & (REG_LENIENT|REG_REGEXP)) && !mbwide()) in bra()1288 if (env->type < SRE && !(env->flags & (REG_LENIENT|REG_REGEXP))) in bra()1306 if (env->flags & REG_REGEXP) in bra()1355 if (env->flags & REG_REGEXP) in bra()[all …]
77 #define REG_REGEXP 0x40000000 /* <regexp.h> compatibility */ macro
20 12-05-31 regcomp.c: add (?V...) ~(V...) REG_REGEXP switch255 09-04-22 include/regex.h,regex/regcomp.c: add REG_REGEXP <regexp.h> compatibility