is_startline     8715 ext/pcre/pcrelib/pcre_compile.c        if (!is_startline(scode, bracket_map, cd, atomcount)) return FALSE;
is_startline     8729 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, bracket_map, cd, atomcount)) return FALSE;
is_startline     8739 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, new_map, cd, atomcount)) return FALSE;
is_startline     8746 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, bracket_map, cd, atomcount)) return FALSE;
is_startline     8753 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, bracket_map, cd, atomcount + 1)) return FALSE;
is_startline     9620 ext/pcre/pcrelib/pcre_compile.c     else if (is_startline(codestart, 0, cd, 0)) re->flags |= PCRE_STARTLINE;