Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregexec.c203 #ifdef REG_STARTEND in regexec()
204 #define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
H A Dengine.c209 if (eflags&REG_STARTEND) { in matcher()
/illumos-gate/usr/src/head/
H A Dregex.h98 #define REG_STARTEND 0x10000 /* match whole pattern */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dregex.h87 #define REG_STARTEND 0x02000000 /* subject==match[0].rm_{so,eo} */ macro
/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c674 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1556 regexec.c: fix REG_STARTEND subexpression offsets