Home
last modified time | relevance | path

Searched refs:REG_SHELL_PATH (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libast/common/comp/
H A Dfnmatch.c44 FNM_PATHNAME, REG_SHELL_PATH,
/titanic_50/usr/src/lib/libast/common/include/
H A Dregex.h73 #define REG_SHELL_PATH 0x00800000 /* explicit / match */ macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h55 #define REG_SHELL_PATH 0x00800000 /* explicit / match */ macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h55 #define REG_SHELL_PATH 0x00800000 /* explicit / match */ macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h55 #define REG_SHELL_PATH 0x00800000 /* explicit / match */ macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dregex.h55 #define REG_SHELL_PATH 0x00800000 /* explicit / match */ macro
/titanic_50/usr/src/lib/libast/common/regex/
H A Dregcomp.c3251 if (env.flags & REG_SHELL_PATH) in regcomp()