PCRE_STARTLINE   9483 ext/pcre/pcrelib/pcre_compile.c     else if (is_startline(codestart, 0, cd, 0)) re->flags |= PCRE_STARTLINE;
PCRE_STARTLINE   6546 ext/pcre/pcrelib/pcre_exec.c startline = (re->flags & PCRE_STARTLINE) != 0;
PCRE_STARTLINE    140 ext/pcre/pcrelib/pcre_fullinfo.c     ((re->flags & PCRE_STARTLINE) != 0)? -1 : -2;
PCRE_STARTLINE    151 ext/pcre/pcrelib/pcre_fullinfo.c       ((re->flags & PCRE_STARTLINE) != 0) ? 2 : 0;
PCRE_STARTLINE   10016 ext/pcre/pcrelib/pcre_jit_compile.c     else if ((re->flags & PCRE_STARTLINE) != 0)
PCRE_STARTLINE   1500 ext/pcre/pcrelib/pcre_study.c     (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0)