Home
last modified time | relevance | path

Searched refs:REG_ADVANCE (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/libast/common/string/
H A Dstrmatch.c106 if (flags & REG_ADVANCE) in strgrpmatch()
107 reflags = flags & ~REG_ADVANCE; in strgrpmatch()
/titanic_50/usr/src/lib/libast/common/include/
H A Dregex.h86 #define REG_ADVANCE 0x04000000 /* advance match[0].rm_{so,eo} */ macro
/titanic_50/usr/src/lib/libast/common/regex/
H A Dregsub.c264 … = regexec(p, op, nmatch, match, p->env->flags|(match->rm_so == match->rm_eo ? REG_ADVANCE : 0)))); in regsub()
H A Dregsubexec.c175 …gnexec(p, s, e - s, nmatch, match, p->env->flags|(match->rm_so == match->rm_eo ? REG_ADVANCE : 0))) in regsubexec()
H A Dreglib.h80 #define REG_EXEC (REG_ADVANCE|REG_INVERT|REG_NOTBOL|REG_NOTEOL|REG_STARTEND)
H A Dregnexec.c1891 if (flags & REG_ADVANCE) in regnexec()
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h68 #define REG_ADVANCE 0x04000000 /* advance match[0].rm_{so,eo} */ macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h68 #define REG_ADVANCE 0x04000000 /* advance match[0].rm_{so,eo} */ macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h68 #define REG_ADVANCE 0x04000000 /* advance match[0].rm_{so,eo} */ macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dregex.h68 #define REG_ADVANCE 0x04000000 /* advance match[0].rm_{so,eo} */ macro
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE324 06-03-09 string/strmatch.c: add REG_ADVANCE => REG_* flags