is_startline     7550 ext/pcre/pcrelib/pcre_compile.c        if (!is_startline(scode, bracket_map, cd, atomcount)) return FALSE;
is_startline     7564 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, bracket_map, cd, atomcount)) return FALSE;
is_startline     7574 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, new_map, cd, atomcount)) return FALSE;
is_startline     7581 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, bracket_map, cd, atomcount)) return FALSE;
is_startline     7588 ext/pcre/pcrelib/pcre_compile.c      if (!is_startline(scode, bracket_map, cd, atomcount + 1)) return FALSE;
is_startline     8288 ext/pcre/pcrelib/pcre_compile.c     else if (is_startline(codestart, 0, cd, 0)) re->flags |= PCRE_STARTLINE;