Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/include/
H A Dregex.h66 #define REG_MUSTDELIM 0x08000000 /* all delimiters required */ macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h48 #define REG_MUSTDELIM 0x08000000 /* all delimiters required */ macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h48 #define REG_MUSTDELIM 0x08000000 /* all delimiters required */ macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h48 #define REG_MUSTDELIM 0x08000000 /* all delimiters required */ macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dregex.h48 #define REG_MUSTDELIM 0x08000000 /* all delimiters required */ macro
/titanic_50/usr/src/lib/libast/common/regex/
H A Dregsubcomp.c164 if (p->env->flags & REG_MUSTDELIM) in regsubcomp()
H A Dreglib.h79 …GMENTED|REG_LEFT|REG_LITERAL|REG_MINIMAL|REG_MULTIREF|REG_NULL|REG_RIGHT|REG_LENIENT|REG_MUSTDELIM)
H A Dregcomp.c3352 else if (env.flags & REG_MUSTDELIM) in regcomp()