Searched refs:REG_STARTEND (Results 1 – 12 of 12) sorted by relevance
38 if (flags & REG_STARTEND) in regexec()
80 #define REG_EXEC (REG_ADVANCE|REG_INVERT|REG_NOTBOL|REG_NOTEOL|REG_STARTEND)
206 #ifdef REG_STARTEND in regexec()207 #define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
177 if (eflags®_STARTEND) { in matcher()
93 #define REG_STARTEND 0x10000 macro
85 #define REG_STARTEND 0x02000000 /* subject==match[0].rm_{so,eo} */ macro
67 #define REG_STARTEND 0x02000000 /* subject==match[0].rm_{so,eo} */ macro
660 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()
1368 regexec.c: fix REG_STARTEND subexpression offsets