eflags            321 ext/pcre/pcrelib/pcreposix.c   regmatch_t pmatch[], int eflags)
eflags            331 ext/pcre/pcrelib/pcreposix.c if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL;
eflags            332 ext/pcre/pcrelib/pcreposix.c if ((eflags & REG_NOTEOL) != 0) options |= PCRE_NOTEOL;
eflags            333 ext/pcre/pcrelib/pcreposix.c if ((eflags & REG_NOTEMPTY) != 0) options |= PCRE_NOTEMPTY;
eflags            363 ext/pcre/pcrelib/pcreposix.c if ((eflags & REG_STARTEND) != 0)