OP_ALT           1677 ext/pcre/pcrelib/pcre_compile.c     do code += GET(code, 1); while (*code == OP_ALT);
OP_ALT           1767 ext/pcre/pcrelib/pcre_compile.c     do cc += GET(cc, 1); while (*cc == OP_ALT);
OP_ALT           1777 ext/pcre/pcrelib/pcre_compile.c     case OP_ALT:
OP_ALT           1784 ext/pcre/pcrelib/pcre_compile.c     if (*cc != OP_ALT) return length;
OP_ALT           1796 ext/pcre/pcrelib/pcre_compile.c     do ce += GET(ce, 1); while (*ce == OP_ALT);           /* End subpattern */
OP_ALT           1818 ext/pcre/pcrelib/pcre_compile.c     do cc += GET(cc, 1); while (*cc == OP_ALT);
OP_ALT           2413 ext/pcre/pcrelib/pcre_compile.c     do code += GET(code, 1); while (*code == OP_ALT);
OP_ALT           2448 ext/pcre/pcrelib/pcre_compile.c     do endgroup += GET(endgroup, 1); while (*endgroup == OP_ALT);
OP_ALT           2474 ext/pcre/pcrelib/pcre_compile.c     while (*scode == OP_ALT);
OP_ALT           2486 ext/pcre/pcrelib/pcre_compile.c     do code += GET(code, 1); while (*code == OP_ALT);
OP_ALT           2497 ext/pcre/pcrelib/pcre_compile.c     do code += GET(code, 1); while (*code == OP_ALT);
OP_ALT           2516 ext/pcre/pcrelib/pcre_compile.c     if (c == OP_COND && code[GET(code, 1)] != OP_ALT)
OP_ALT           2527 ext/pcre/pcrelib/pcre_compile.c       while (*code == OP_ALT);
OP_ALT           2665 ext/pcre/pcrelib/pcre_compile.c     case OP_ALT:
OP_ALT           3159 ext/pcre/pcrelib/pcre_compile.c   if (c == OP_ALT)
OP_ALT           3161 ext/pcre/pcrelib/pcre_compile.c     do code += GET(code, 1); while (*code == OP_ALT);
OP_ALT           3207 ext/pcre/pcrelib/pcre_compile.c     while (*next_code == OP_ALT)
OP_ALT           3225 ext/pcre/pcrelib/pcre_compile.c     do next_code += GET(next_code, 1); while (*next_code == OP_ALT);
OP_ALT           6294 ext/pcre/pcrelib/pcre_compile.c             while (*scode == OP_ALT);
OP_ALT           6300 ext/pcre/pcrelib/pcre_compile.c           if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT)
OP_ALT           8360 ext/pcre/pcrelib/pcre_compile.c     if (*last_branch != OP_ALT)
OP_ALT           8539 ext/pcre/pcrelib/pcre_compile.c     *code = OP_ALT;
OP_ALT           8654 ext/pcre/pcrelib/pcre_compile.c while (*code == OP_ALT);   /* Loop for each alternative */
OP_ALT           8714 ext/pcre/pcrelib/pcre_compile.c        do scode += GET(scode, 1); while (*scode == OP_ALT);
OP_ALT           8778 ext/pcre/pcrelib/pcre_compile.c while (*code == OP_ALT);  /* Loop for each alternative */
OP_ALT           8871 ext/pcre/pcrelib/pcre_compile.c while (*code == OP_ALT);
OP_ALT           9719 ext/pcre/pcrelib/pcre_compile.c while (*codestart == OP_ALT);
OP_ALT            887 ext/pcre/pcrelib/pcre_exec.c             (*ecode == OP_ALT || *next == OP_ALT))
OP_ALT            895 ext/pcre/pcrelib/pcre_exec.c     while (*ecode == OP_ALT);
OP_ALT            899 ext/pcre/pcrelib/pcre_exec.c     if (*ecode != OP_ONCE_NC && *ecode != OP_ALT) RRETURN(MATCH_NOMATCH);
OP_ALT            904 ext/pcre/pcrelib/pcre_exec.c     do ecode += GET(ecode, 1); while (*ecode == OP_ALT);
OP_ALT           1000 ext/pcre/pcrelib/pcre_exec.c               (*ecode == OP_ALT || *next == OP_ALT))
OP_ALT           1010 ext/pcre/pcrelib/pcre_exec.c         if (*ecode != OP_ALT) break;
OP_ALT           1068 ext/pcre/pcrelib/pcre_exec.c       else if (!md->hasthen && ecode[GET(ecode, 1)] != OP_ALT)
OP_ALT           1088 ext/pcre/pcrelib/pcre_exec.c             (*ecode == OP_ALT || *next == OP_ALT))
OP_ALT           1099 ext/pcre/pcrelib/pcre_exec.c             while (*scode == OP_ALT) scode += GET(scode, 1);
OP_ALT           1108 ext/pcre/pcrelib/pcre_exec.c       if (*ecode != OP_ALT) break;
OP_ALT           1174 ext/pcre/pcrelib/pcre_exec.c           do ecode += GET(ecode, 1); while (*ecode == OP_ALT);
OP_ALT           1188 ext/pcre/pcrelib/pcre_exec.c             (*ecode == OP_ALT || *next == OP_ALT))
OP_ALT           1195 ext/pcre/pcrelib/pcre_exec.c       if (*ecode != OP_ALT) break;
OP_ALT           1240 ext/pcre/pcrelib/pcre_exec.c           do ecode += GET(ecode, 1); while (*ecode == OP_ALT);
OP_ALT           1254 ext/pcre/pcrelib/pcre_exec.c             (*ecode == OP_ALT || *next == OP_ALT))
OP_ALT           1260 ext/pcre/pcrelib/pcre_exec.c       if (*ecode != OP_ALT) break;
OP_ALT           1400 ext/pcre/pcrelib/pcre_exec.c         while (*ecode == OP_ALT) ecode += GET(ecode, 1);
OP_ALT           1429 ext/pcre/pcrelib/pcre_exec.c     if (condition || ecode[-(1+LINK_SIZE)] == OP_ALT)
OP_ALT           1561 ext/pcre/pcrelib/pcre_exec.c             (*ecode == OP_ALT || *next == OP_ALT))
OP_ALT           1574 ext/pcre/pcrelib/pcre_exec.c     while (*ecode == OP_ALT);   /* Continue for next alternative */
OP_ALT           1588 ext/pcre/pcrelib/pcre_exec.c     do ecode += GET(ecode,1); while (*ecode == OP_ALT);
OP_ALT           1628 ext/pcre/pcrelib/pcre_exec.c             (*ecode == OP_ALT || *next == OP_ALT))
OP_ALT           1644 ext/pcre/pcrelib/pcre_exec.c         do ecode += GET(ecode,1); while (*ecode == OP_ALT);
OP_ALT           1657 ext/pcre/pcrelib/pcre_exec.c     while (*ecode == OP_ALT);
OP_ALT           1849 ext/pcre/pcrelib/pcre_exec.c       while (*callpat == OP_ALT);
OP_ALT           1864 ext/pcre/pcrelib/pcre_exec.c     case OP_ALT:
OP_ALT           1865 ext/pcre/pcrelib/pcre_exec.c     do ecode += GET(ecode,1); while (*ecode == OP_ALT);
OP_ALT           1878 ext/pcre/pcrelib/pcre_exec.c     do next += GET(next, 1); while (*next == OP_ALT);
OP_ALT           1884 ext/pcre/pcrelib/pcre_exec.c     do next += GET(next, 1); while (*next == OP_ALT);
OP_ALT           1892 ext/pcre/pcrelib/pcre_exec.c     do next += GET(next,1); while (*next == OP_ALT);
OP_ALT            547 ext/pcre/pcrelib/pcre_jit_compile.c do cc += GET(cc, 1); while (*cc == OP_ALT);
OP_ALT            562 ext/pcre/pcrelib/pcre_jit_compile.c while (*cc == OP_ALT);
OP_ALT            636 ext/pcre/pcrelib/pcre_jit_compile.c   case OP_ALT:
OP_ALT           1996 ext/pcre/pcrelib/pcre_jit_compile.c BOOL has_alternatives = cc[GET(cc, 1)] == OP_ALT;
OP_ALT           2015 ext/pcre/pcrelib/pcre_jit_compile.c     if (*cc == OP_ALT && has_alternatives)
OP_ALT           3333 ext/pcre/pcrelib/pcre_jit_compile.c     case OP_ALT:
OP_ALT           3344 ext/pcre/pcrelib/pcre_jit_compile.c     while (*alternative == OP_ALT)
OP_ALT           6568 ext/pcre/pcrelib/pcre_jit_compile.c   if (*ccbegin == OP_ALT)
OP_ALT           6664 ext/pcre/pcrelib/pcre_jit_compile.c   if (*cc != OP_ALT)
OP_ALT           7042 ext/pcre/pcrelib/pcre_jit_compile.c has_alternatives = *cc == OP_ALT;
OP_ALT           7350 ext/pcre/pcrelib/pcre_jit_compile.c         if (*cc == OP_ALT)
OP_ALT           7512 ext/pcre/pcrelib/pcre_jit_compile.c while (*cc == OP_ALT)
OP_ALT           8282 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS));
OP_ALT           8906 ext/pcre/pcrelib/pcre_jit_compile.c has_alternatives = *cc == OP_ALT;
OP_ALT           9096 ext/pcre/pcrelib/pcre_jit_compile.c     if (*cc == OP_ALT)
OP_ALT           9203 ext/pcre/pcrelib/pcre_jit_compile.c   while (*cc == OP_ALT);
OP_ALT           9254 ext/pcre/pcrelib/pcre_jit_compile.c     stacksize += CURRENT_AS(bracket_backtrack)->u.framesize + ((ket != OP_KET || *cc == OP_ALT) ? 2 : 1);
OP_ALT           9256 ext/pcre/pcrelib/pcre_jit_compile.c   else if (ket == OP_KETRMAX || (*cc == OP_ALT && ket != OP_KETRMIN))
OP_ALT           9684 ext/pcre/pcrelib/pcre_jit_compile.c alternativesize = *(cc + GET(cc, 1)) == OP_ALT ? 1 : 0;
OP_ALT           9730 ext/pcre/pcrelib/pcre_jit_compile.c   if (*cc != OP_ALT)
OP_ALT            405 ext/pcre/pcrelib/pcre_printint.c     case OP_ALT:
OP_ALT            117 ext/pcre/pcrelib/pcre_study.c     if (*cs != OP_ALT)
OP_ALT            139 ext/pcre/pcrelib/pcre_study.c     do cc += GET(cc, 1); while (*cc == OP_ALT);
OP_ALT            155 ext/pcre/pcrelib/pcre_study.c     case OP_ALT:
OP_ALT            163 ext/pcre/pcrelib/pcre_study.c     if (op != OP_ALT) return length;
OP_ALT            175 ext/pcre/pcrelib/pcre_study.c     do cc += GET(cc, 1); while (*cc == OP_ALT);
OP_ALT            207 ext/pcre/pcrelib/pcre_study.c     do cc += GET(cc, 1); while (*cc == OP_ALT);
OP_ALT            398 ext/pcre/pcrelib/pcre_study.c         do ce += GET(ce, 1); while (*ce == OP_ALT);
OP_ALT            438 ext/pcre/pcrelib/pcre_study.c       do ce += GET(ce, 1); while (*ce == OP_ALT);
OP_ALT            507 ext/pcre/pcrelib/pcre_study.c     do ce += GET(ce, 1); while (*ce == OP_ALT);
OP_ALT            975 ext/pcre/pcrelib/pcre_study.c         do tcode += GET(tcode, 1); while (*tcode == OP_ALT);
OP_ALT            987 ext/pcre/pcrelib/pcre_study.c       case OP_ALT:
OP_ALT           1009 ext/pcre/pcrelib/pcre_study.c       do tcode += GET(tcode, 1); while (*tcode == OP_ALT);
OP_ALT           1025 ext/pcre/pcrelib/pcre_study.c       do tcode += GET(tcode,1); while (*tcode == OP_ALT);
OP_ALT           1033 ext/pcre/pcrelib/pcre_study.c       do tcode += GET(tcode,1); while (*tcode == OP_ALT);
OP_ALT           1421 ext/pcre/pcrelib/pcre_study.c while (*code == OP_ALT);