Home
last modified time | relevance | path

Searched refs:STR_GROUP (Results 1 – 14 of 14) sorted by relevance

/titanic_51/usr/src/lib/libast/common/string/
H A Dstrmatch.c113 if (flags & STR_GROUP) in strgrpmatch()
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrmatch.c124 if (flags & STR_GROUP) in strgrpmatch()
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dast.h48 #define STR_GROUP 020 /* (|&) inside [@|&](...) only */ macro
/titanic_51/usr/src/lib/libast/common/include/
H A Dast.h157 #define STR_GROUP 020 /* (|&) inside [@|&](...) only */ macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h155 #define STR_GROUP 020 /* (|&) inside [@|&](...) only */ macro
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dmacro.c47 #undef STR_GROUP
48 #ifndef STR_GROUP
49 # define STR_GROUP 0 macro
1683 flag = (type || c=='/')?(STR_GROUP|STR_MAXIMAL):STR_GROUP; in varsub()
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dast.h166 #define STR_GROUP 020 /* (|&) inside [@|&](...) only */ macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dast.h166 #define STR_GROUP 020 /* (|&) inside [@|&](...) only */ macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dast.h166 #define STR_GROUP 020 /* (|&) inside [@|&](...) only */ macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h166 #define STR_GROUP 020 /* (|&) inside [@|&](...) only */ macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c49 #undef STR_GROUP
50 #ifndef STR_GROUP
51 # define STR_GROUP 0 macro
1813 flag = (type || c=='/')?(STR_GROUP|STR_MAXIMAL):STR_GROUP; in varsub()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtest.c103 n = strgrpmatch(str, pat, match, m, STR_GROUP|STR_MAXIMAL|STR_LEFT|STR_RIGHT); in test_strmatch()
/titanic_51/usr/src/lib/libast/common/
H A DRELEASE680 include/ast.h,string/strmatch.c: add STR_GROUP for REG_SHELL_GROUP
/titanic_51/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE868 include/ast.h,string/strmatch.c: add STR_GROUP for REG_SHELL_GROUP