Searched refs:SRE (Results 1 – 7 of 7) 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()
674 if (env->type < SRE || *sp != ',') in magic()746 if (env->type < SRE && *sp == '?') in magic()781 if (env->type == SRE || c == T_BACK && !(env->flags & (REG_LENIENT|REG_REGEXP))) in magic()803 if (env->type >= SRE) in magic()862 …if (env->type >= SRE && !(env->flags & REG_SHELL_ESCAPED) || (env->flags & REG_ESCAPE) && (c == '[… in magic()1195 if (*env->cursor == '^' || env->type >= SRE && *env->cursor == '!') in bra()1227 else if (env->type < SRE || !(env->flags & REG_SHELL_ESCAPED)) in bra()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()[all …]
170 #define SRE 9 macro
76 crb_addr_transform(SRE); in crb_addr_transform_setup()
1042 …if $ld -o lib.$obj -L: -bexport:lib.exp -berok -bmodtype:SRE -T512 -H512 -lm -lc member.$obj && $c…1044 shared='-T512 -H512 -L$(LIBDIR): -berok -bmodtype:SRE'
357 crb_addr_transform(SRE); in ql_crb_addr_transform_setup()
336 08-02-14 regex/regsubcomp.c: fix SRE to match ksh429 06-12-01 regex/reginit.c: adjust { SRE KRE } escaped (){}*? inside [...]