PCRE_FIRSTSET    6153 ext/pcre/pcrelib/pcre_compile.c       re->flags |= PCRE_FIRSTSET;
PCRE_FIRSTSET    6183 ext/pcre/pcrelib/pcre_compile.c if ((re->flags & PCRE_FIRSTSET) != 0)
PCRE_FIRSTSET    4609 ext/pcre/pcrelib/pcre_exec.c   if ((re->flags & PCRE_FIRSTSET) != 0)
PCRE_FIRSTSET     111 ext/pcre/pcrelib/pcre_fullinfo.c     ((re->flags & PCRE_FIRSTSET) != 0)? re->first_byte :
PCRE_FIRSTSET      86 ext/pcre/pcrelib/pcre_info.c   *first_byte = ((re->flags & PCRE_FIRSTSET) != 0)? re->first_byte :
PCRE_FIRSTSET     529 ext/pcre/pcrelib/pcre_study.c     (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) != 0)