Home
last modified time | relevance | path

Searched refs:REG_STARTEND (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/lib/libast/common/regex/
H A Dregexec.c38 if (flags & REG_STARTEND) in regexec()
H A Dreglib.h80 #define REG_EXEC (REG_ADVANCE|REG_INVERT|REG_NOTBOL|REG_NOTEOL|REG_STARTEND)
/titanic_44/usr/src/lib/libc/port/locale/
H A Dregexec.c206 #ifdef REG_STARTEND in regexec()
207 #define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
H A Dengine.c177 if (eflags&REG_STARTEND) { in matcher()
/titanic_44/usr/src/head/
H A Dregex.h93 #define REG_STARTEND 0x10000 macro
/titanic_44/usr/src/lib/libast/common/include/
H A Dregex.h85 #define REG_STARTEND 0x02000000 /* subject==match[0].rm_{so,eo} */ macro
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h67 #define REG_STARTEND 0x02000000 /* subject==match[0].rm_{so,eo} */ macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h67 #define REG_STARTEND 0x02000000 /* subject==match[0].rm_{so,eo} */ macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dregex.h67 #define REG_STARTEND 0x02000000 /* subject==match[0].rm_{so,eo} */ macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h67 #define REG_STARTEND 0x02000000 /* subject==match[0].rm_{so,eo} */ macro
/titanic_44/usr/src/cmd/sed/
H A Dprocess.c660 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE1368 regexec.c: fix REG_STARTEND subexpression offsets