PCRE_FIRSTSET    8110 pcre/pcrelib/pcre_compile.c       re->flags |= PCRE_FIRSTSET;
PCRE_FIRSTSET    8163 pcre/pcrelib/pcre_compile.c if ((re->flags & PCRE_FIRSTSET) != 0)
PCRE_FIRSTSET    6674 pcre/pcrelib/pcre_exec.c   if ((re->flags & PCRE_FIRSTSET) != 0)
PCRE_FIRSTSET     133 pcre/pcrelib/pcre_fullinfo.c     ((re->flags & PCRE_FIRSTSET) != 0)? re->first_char :
PCRE_FIRSTSET    1363 pcre/pcrelib/pcre_study.c     (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0)