PCRE_FIRSTSET    9617 ext/pcre/pcrelib/pcre_compile.c       re->flags |= PCRE_FIRSTSET;
PCRE_FIRSTSET    9670 ext/pcre/pcrelib/pcre_compile.c if ((re->flags & PCRE_FIRSTSET) != 0)
PCRE_FIRSTSET    6700 ext/pcre/pcrelib/pcre_exec.c   if ((re->flags & PCRE_FIRSTSET) != 0)
PCRE_FIRSTSET     139 ext/pcre/pcrelib/pcre_fullinfo.c     ((re->flags & PCRE_FIRSTSET) != 0)? (int)re->first_char :
PCRE_FIRSTSET     145 ext/pcre/pcrelib/pcre_fullinfo.c       (re->flags & PCRE_FIRSTSET) != 0 ? re->first_char : 0;
PCRE_FIRSTSET     150 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    1507 ext/pcre/pcrelib/pcre_study.c     (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0)