Home
last modified time | relevance | path

Searched refs:SRE (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libast/common/regex/
H A Dregdecomp.c104 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()
H A Dregcomp.c665 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 …]
H A Dreglib.h170 #define SRE 9 macro
/titanic_41/usr/src/uts/common/io/ntxn/
H A Dunm_nic_init.c72 crb_addr_transform(SRE); in crb_addr_transform_setup()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c343 crb_addr_transform(SRE); in ql_crb_addr_transform_setup()
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE148 08-02-14 regex/regsubcomp.c: fix SRE to match ksh
241 06-12-01 regex/reginit.c: adjust { SRE KRE } escaped (){}*? inside [...]