Home
last modified time | relevance | path

Searched refs:REG_SHELL_GROUP (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/libast/common/string/
H A Dstrmatch.c114 reflags |= REG_SHELL_GROUP; in strgrpmatch()
132 …if (regexec(re, b, n, matchstate.match, reflags & ~(REG_MINIMAL|REG_SHELL_GROUP|REG_LEFT|REG_RIGHT… in strgrpmatch()
/titanic_41/usr/src/lib/libast/common/include/
H A Dregex.h72 #define REG_SHELL_GROUP 0x20000000 /* (|&) inside [@|&](...) only */ macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h54 #define REG_SHELL_GROUP 0x20000000 /* (|&) inside [@|&](...) only */ macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dregex.h54 #define REG_SHELL_GROUP 0x20000000 /* (|&) inside [@|&](...) only */ macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h54 #define REG_SHELL_GROUP 0x20000000 /* (|&) inside [@|&](...) only */ macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h54 #define REG_SHELL_GROUP 0x20000000 /* (|&) inside [@|&](...) only */ macro
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE679 03-01-03 include/regex.h,regex/regcomp.h: add REG_SHELL_GROUP
680 include/ast.h,string/strmatch.c: add STR_GROUP for REG_SHELL_GROUP
/titanic_41/usr/src/lib/libast/common/regex/
H A Dregcomp.c839 else if (env->type == KRE && !env->parnest && (env->flags & REG_SHELL_GROUP)) in magic()