PCRE_STARTLINE   6156 ext/pcre/pcrelib/pcre_compile.c       re->flags |= PCRE_STARTLINE;
PCRE_STARTLINE   4436 ext/pcre/pcrelib/pcre_exec.c startline = (re->flags & PCRE_STARTLINE) != 0;
PCRE_STARTLINE    112 ext/pcre/pcrelib/pcre_fullinfo.c     ((re->flags & PCRE_STARTLINE) != 0)? -1 : -2;
PCRE_STARTLINE     87 ext/pcre/pcrelib/pcre_info.c      ((re->flags & PCRE_STARTLINE) != 0)? -1 : -2;
PCRE_STARTLINE    529 ext/pcre/pcrelib/pcre_study.c     (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) != 0)