Searched refs:SRE (Results 1 – 11 of 11) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regdecomp.c | 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()
|
H A D | regcomp.c | 118 int type; /* BRE,ERE,ARE,SRE,KRE */ 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 == '[' || c == '-' || c == ']' || env->delimiter && c == env->delimiter)) 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 in bra() [all...] |
H A D | reglib.h | 170 #define SRE 9 macro
|
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | regdecomp.c | 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()
|
H A D | regcomp.c | 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 …]
|
H A D | reglib.h | 170 #define SRE 9 macro
|
/titanic_51/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic_init.c | 72 crb_addr_transform(SRE); in crb_addr_transform_setup()
|
/titanic_51/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_nx.c | 120 {{{1, 0x0500000, 0x0510000, 0x140000}}}, /* 5: SRE */ 343 crb_addr_transform(SRE); in ql_crb_addr_transform_setup()
|
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | make.probe | 1042 if $ld -o lib.$obj -L: -bexport:lib.exp -berok -bmodtype:SRE -T512 -H512 -lm -lc member.$obj && $cc -o main.exe main.$obj lib.$obj 1044 shared='-T512 -H512 -L$(LIBDIR): -berok -bmodtype:SRE'
|
/titanic_51/usr/src/lib/libast/common/ |
H A D | RELEASE | 148 08-02-14 regex/regsubcomp.c: fix SRE to match ksh 241 06-12-01 regex/reginit.c: adjust { SRE KRE } escaped (){}*? inside [...]
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 336 08-02-14 regex/regsubcomp.c: fix SRE to match ksh 429 06-12-01 regex/reginit.c: adjust { SRE KRE } escaped (){}*? inside [...]
|