PCRE_FIRSTSET    9615 ext/pcre/pcrelib/pcre_compile.c       re->flags |= PCRE_FIRSTSET;
PCRE_FIRSTSET    9668 ext/pcre/pcrelib/pcre_compile.c if ((re->flags & PCRE_FIRSTSET) != 0)
PCRE_FIRSTSET    6698 ext/pcre/pcrelib/pcre_exec.c   if ((re->flags & PCRE_FIRSTSET) != 0)
PCRE_FIRSTSET     137 ext/pcre/pcrelib/pcre_fullinfo.c     ((re->flags & PCRE_FIRSTSET) != 0)? (int)re->first_char :
PCRE_FIRSTSET     143 ext/pcre/pcrelib/pcre_fullinfo.c       (re->flags & PCRE_FIRSTSET) != 0 ? re->first_char : 0;
PCRE_FIRSTSET     148 ext/pcre/pcrelib/pcre_fullinfo.c       ((re->flags & PCRE_FIRSTSET) != 0) ? 1 :
PCRE_FIRSTSET    10057 ext/pcre/pcrelib/pcre_jit_compile.c     else if ((re->flags & PCRE_FIRSTSET) != 0)
PCRE_FIRSTSET    10075 ext/pcre/pcrelib/pcre_jit_compile.c   reqbyte_notfound = search_requested_char(common, (pcre_uchar)re->req_char, (re->flags & PCRE_RCH_CASELESS) != 0, (re->flags & PCRE_FIRSTSET) != 0);
PCRE_FIRSTSET    1505 ext/pcre/pcrelib/pcre_study.c     (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0)