PCRE_STARTLINE   9618 ext/pcre/pcrelib/pcre_compile.c     else if (is_startline(codestart, 0, cd, 0)) re->flags |= PCRE_STARTLINE;
PCRE_STARTLINE   6544 ext/pcre/pcrelib/pcre_exec.c startline = (re->flags & PCRE_STARTLINE) != 0;
PCRE_STARTLINE    138 ext/pcre/pcrelib/pcre_fullinfo.c     ((re->flags & PCRE_STARTLINE) != 0)? -1 : -2;
PCRE_STARTLINE    149 ext/pcre/pcrelib/pcre_fullinfo.c       ((re->flags & PCRE_STARTLINE) != 0) ? 2 : 0;
PCRE_STARTLINE   10059 ext/pcre/pcrelib/pcre_jit_compile.c     else if ((re->flags & PCRE_STARTLINE) != 0)
PCRE_STARTLINE   1505 ext/pcre/pcrelib/pcre_study.c     (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0)