Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/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.c674 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 …]
H A Dreglib.h170 #define SRE 9 macro
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_init.c76 crb_addr_transform(SRE); in crb_addr_transform_setup()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmake.probe1042 …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'
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c357 crb_addr_transform(SRE); in ql_crb_addr_transform_setup()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE336 08-02-14 regex/regsubcomp.c: fix SRE to match ksh
429 06-12-01 regex/reginit.c: adjust { SRE KRE } escaped (){}*? inside [...]