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.c906 else if (env->flags & (REG_LENIENT|REG_REGEXP)) in magic()
974 if (env->flags & (REG_LENIENT|REG_REGEXP)) in token()
1306 if (env->flags & REG_REGEXP) in bra()
1355 if (env->flags & REG_REGEXP) in bra()
1376 if (env->flags & REG_REGEXP) in bra()
1564 if (env->flags & REG_REGEXP) in bra()
1600 if (env->flags & REG_REGEXP) in bra()
1676 if (env->flags & REG_REGEXP) in bra()
2024 if (env->flags & (REG_LENIENT|REG_REGEXP)) in chr()
2237 env->flags |= REG_REGEXP; in grp()
[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