Lines Matching defs:eflags
5051 int eflags = 0;5055 if ((options & PCRE_NOTBOL) != 0) eflags |= REG_NOTBOL;5056 if ((options & PCRE_NOTEOL) != 0) eflags |= REG_NOTEOL;5057 if ((options & PCRE_NOTEMPTY) != 0) eflags |= REG_NOTEMPTY;5059 rc = regexec(&preg, (const char *)bptr, use_size_offsets, pmatch, eflags);