is_startline     8713 ext/pcre/pcrelib/pcre_compile.c        if (!is_startline(scode, bracket_map, cd, atomcount)) return FALSE;
is_startline     8727 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, bracket_map, cd, atomcount)) return FALSE;
is_startline     8737 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, new_map, cd, atomcount)) return FALSE;
is_startline     8744 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, bracket_map, cd, atomcount)) return FALSE;
is_startline     8751 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, bracket_map, cd, atomcount + 1)) return FALSE;
is_startline     9618 ext/pcre/pcrelib/pcre_compile.c     else if (is_startline(codestart, 0, cd, 0)) re->flags |= PCRE_STARTLINE;