PCRE_STARTLINE   8113 pcre/pcrelib/pcre_compile.c       re->flags |= PCRE_STARTLINE;
PCRE_STARTLINE   6519 pcre/pcrelib/pcre_exec.c startline = (re->flags & PCRE_STARTLINE) != 0;
PCRE_STARTLINE    134 pcre/pcrelib/pcre_fullinfo.c     ((re->flags & PCRE_STARTLINE) != 0)? -1 : -2;
PCRE_STARTLINE   1363 pcre/pcrelib/pcre_study.c     (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0)