Home
last modified time | relevance | path

Searched refs:REG_REGEXP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c781 if (env->type == SRE || c == T_BACK && !(env->flags & (REG_LENIENT|REG_REGEXP))) in magic()
799 …if (escaped == 1 && (env->flags & (REG_LENIENT|REG_REGEXP)) && (c = mp[env->type+escaped+2]) >= T_… in magic()
870 else if (escaped && !(env->flags & (REG_LENIENT|REG_REGEXP)) && c != ']') in magic()
906 else if (env->flags & (REG_LENIENT|REG_REGEXP)) in magic()
974 if (env->flags & (REG_LENIENT|REG_REGEXP)) in token()
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()
1306 if (env->flags & REG_REGEXP) in bra()
1355 if (env->flags & REG_REGEXP) in bra()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dregex.h77 #define REG_REGEXP 0x40000000 /* <regexp.h> compatibility */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE20 12-05-31 regcomp.c: add (?V...) ~(V...) REG_REGEXP switch
255 09-04-22 include/regex.h,regex/regcomp.c: add REG_REGEXP <regexp.h> compatibility