Searched refs:SRE (Results 1 – 6 of 6) sorted by relevance
104 if (type < SRE) in decomp()108 if (type < SRE) in decomp()125 if (type >= SRE) in decomp()271 if (type < SRE) in decomp()322 if (type >= SRE) in decomp()326 if (type >= SRE) in decomp()339 if (type >= SRE) in decomp()419 type = SRE; in regdecomp()
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()[all …]
170 #define SRE 9 macro
72 crb_addr_transform(SRE); in crb_addr_transform_setup()
343 crb_addr_transform(SRE); in ql_crb_addr_transform_setup()
148 08-02-14 regex/regsubcomp.c: fix SRE to match ksh241 06-12-01 regex/reginit.c: adjust { SRE KRE } escaped (){}*? inside [...]