PCRE_STARTLINE 8288 ext/pcre/pcrelib/pcre_compile.c else if (is_startline(codestart, 0, cd, 0)) re->flags |= PCRE_STARTLINE; PCRE_STARTLINE 6419 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 1383 ext/pcre/pcrelib/pcre_study.c (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0)