Searched refs:REG_NOTEOL (Results 1 – 10 of 10) sorted by relevance
207 #define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()209 #define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL)) in regexec()
613 if ((sp == m->endp && !(m->eflags®_NOTEOL)) || in backref()629 if (((sp == m->endp && !(m->eflags®_NOTEOL)) || in backref()807 (c == OUT && !(m->eflags®_NOTEOL))) { in fast()906 (c == OUT && !(m->eflags®_NOTEOL))) { in slow()
100 #define REG_NOTEOL 0x400 /* string has no EOL */ macro
80 #define REG_NOTEOL 0x00000080 /* $ is not a special char */ macro
62 #define REG_NOTEOL 0x00000080 /* $ is not a special char */ macro
80 #define REG_EXEC (REG_ADVANCE|REG_INVERT|REG_NOTBOL|REG_NOTEOL|REG_STARTEND)
1176 if ((!(rex->flags & REG_NEWLINE) || *s != '\n') && ((env->flags & REG_NOTEOL) || s < env->end)) in parse()