Searched refs:REG_ADVANCE (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libast/common/string/ |
H A D | strmatch.c | 106 if (flags & REG_ADVANCE) in strgrpmatch() 107 reflags = flags & ~REG_ADVANCE; in strgrpmatch()
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | regex.h | 86 #define REG_ADVANCE 0x04000000 /* advance match[0].rm_{so,eo} */ macro
|
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regsub.c | 264 … = regexec(p, op, nmatch, match, p->env->flags|(match->rm_so == match->rm_eo ? REG_ADVANCE : 0)))); in regsub()
|
H A D | regsubexec.c | 175 …gnexec(p, s, e - s, nmatch, match, p->env->flags|(match->rm_so == match->rm_eo ? REG_ADVANCE : 0))) in regsubexec()
|
H A D | reglib.h | 80 #define REG_EXEC (REG_ADVANCE|REG_INVERT|REG_NOTBOL|REG_NOTEOL|REG_STARTEND)
|
H A D | regnexec.c | 1891 if (flags & REG_ADVANCE) in regnexec()
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | regex.h | 68 #define REG_ADVANCE 0x04000000 /* advance match[0].rm_{so,eo} */ macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | regex.h | 68 #define REG_ADVANCE 0x04000000 /* advance match[0].rm_{so,eo} */ macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | regex.h | 68 #define REG_ADVANCE 0x04000000 /* advance match[0].rm_{so,eo} */ macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | regex.h | 68 #define REG_ADVANCE 0x04000000 /* advance match[0].rm_{so,eo} */ macro
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 324 06-03-09 string/strmatch.c: add REG_ADVANCE => REG_* flags
|