PCRE_FIRSTSET    9480 ext/pcre/pcrelib/pcre_compile.c       re->flags |= PCRE_FIRSTSET;
PCRE_FIRSTSET    9533 ext/pcre/pcrelib/pcre_compile.c if ((re->flags & PCRE_FIRSTSET) != 0)
PCRE_FIRSTSET    6699 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    10014 ext/pcre/pcrelib/pcre_jit_compile.c     else if ((re->flags & PCRE_FIRSTSET) != 0)
PCRE_FIRSTSET    10032 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    1500 ext/pcre/pcrelib/pcre_study.c     (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0)