is_startline     8589 ext/pcre/pcrelib/pcre_compile.c        if (!is_startline(scode, bracket_map, cd, atomcount)) return FALSE;
is_startline     8603 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, bracket_map, cd, atomcount)) return FALSE;
is_startline     8613 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, new_map, cd, atomcount)) return FALSE;
is_startline     8620 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, bracket_map, cd, atomcount)) return FALSE;
is_startline     8627 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, bracket_map, cd, atomcount + 1)) return FALSE;
is_startline     9483 ext/pcre/pcrelib/pcre_compile.c     else if (is_startline(codestart, 0, cd, 0)) re->flags |= PCRE_STARTLINE;