OP_ALT           1137 pcre/pcre_compile.cpp     do code += GET(code, 1); while (*code == OP_ALT);
OP_ALT           1390 pcre/pcre_compile.cpp       do cc += GET(cc, 1); while (*cc == OP_ALT);
OP_ALT           1403 pcre/pcre_compile.cpp       case OP_ALT:
OP_ALT           1412 pcre/pcre_compile.cpp       if (*cc != OP_ALT)
OP_ALT           1436 pcre/pcre_compile.cpp       do cc += GET(cc, 1); while (*cc == OP_ALT);
OP_ALT           1799 pcre/pcre_compile.cpp     do code += GET(code, 1); while (*code == OP_ALT);
OP_ALT           1820 pcre/pcre_compile.cpp     while (*code == OP_ALT);
OP_ALT           1925 pcre/pcre_compile.cpp     case OP_ALT:
OP_ALT           4268 pcre/pcre_compile.cpp           while (*scode == OP_ALT);
OP_ALT           5597 pcre/pcre_compile.cpp     if (*last_branch != OP_ALT)
OP_ALT           5730 pcre/pcre_compile.cpp     *code = OP_ALT;
OP_ALT           5867 pcre/pcre_compile.cpp   } while (*wi_code == OP_ALT);   /* Loop for each alternative */
OP_ALT           5973 pcre/pcre_compile.cpp      } while (*wi_code == OP_ALT);  /* Loop for each alternative */
OP_ALT           6074 pcre/pcre_compile.cpp   while (*wi_code == OP_ALT);
OP_ALT            363 pcre/pcre_dfa_exec.cpp   while (*end_code == OP_ALT);
OP_ALT            406 pcre/pcre_dfa_exec.cpp   while (*end_code == OP_ALT);
OP_ALT            423 pcre/pcre_dfa_exec.cpp     do { end_code += GET(end_code, 1); } while (*end_code == OP_ALT);
OP_ALT            441 pcre/pcre_dfa_exec.cpp     while (*end_code == OP_ALT);
OP_ALT            659 pcre/pcre_dfa_exec.cpp       case OP_ALT:
OP_ALT            660 pcre/pcre_dfa_exec.cpp       do { code += GET(code, 1); } while (*code == OP_ALT);
OP_ALT            672 pcre/pcre_dfa_exec.cpp       while (*code == OP_ALT);
OP_ALT            680 pcre/pcre_dfa_exec.cpp       while (*code == OP_ALT)
OP_ALT            692 pcre/pcre_dfa_exec.cpp       while (*code == OP_ALT) code += GET(code, 1);
OP_ALT           2156 pcre/pcre_dfa_exec.cpp         while (*endasscode == OP_ALT) endasscode += GET(endasscode, 1);
OP_ALT           2215 pcre/pcre_dfa_exec.cpp           while (*endasscode == OP_ALT) endasscode += GET(endasscode, 1);
OP_ALT           2321 pcre/pcre_dfa_exec.cpp             while (*end_subpattern == OP_ALT);
OP_ALT            727 pcre/pcre_exec.cpp       while (*ecode == OP_ALT);
OP_ALT            768 pcre/pcre_exec.cpp       if (ecode[GET(ecode, 1)] != OP_ALT)   /* Final alternative */
OP_ALT            835 pcre/pcre_exec.cpp         while (*ecode == OP_ALT) ecode += GET(ecode, 1);
OP_ALT            853 pcre/pcre_exec.cpp     if (condition || *ecode == OP_ALT)
OP_ALT            927 pcre/pcre_exec.cpp     while (*ecode == OP_ALT);
OP_ALT            937 pcre/pcre_exec.cpp     do ecode += GET(ecode,1); while (*ecode == OP_ALT);
OP_ALT            954 pcre/pcre_exec.cpp     while (*ecode == OP_ALT);
OP_ALT           1099 pcre/pcre_exec.cpp       while (*callpat == OP_ALT);
OP_ALT           1127 pcre/pcre_exec.cpp     while (*ecode == OP_ALT);
OP_ALT           1131 pcre/pcre_exec.cpp     if (*ecode != OP_ONCE && *ecode != OP_ALT) RRETURN(MATCH_NOMATCH);
OP_ALT           1136 pcre/pcre_exec.cpp     do ecode += GET(ecode, 1); while (*ecode == OP_ALT);
OP_ALT           1186 pcre/pcre_exec.cpp     case OP_ALT:
OP_ALT           1187 pcre/pcre_exec.cpp     do ecode += GET(ecode,1); while (*ecode == OP_ALT);
OP_ALT           1201 pcre/pcre_exec.cpp       do next += GET(next,1); while (*next == OP_ALT);
OP_ALT           1209 pcre/pcre_exec.cpp       do next += GET(next, 1); while (*next == OP_ALT);
OP_ALT            161 pcre/pcre_study.cpp         do tcode += GET(tcode, 1); while (*tcode == OP_ALT);
OP_ALT            173 pcre/pcre_study.cpp       case OP_ALT:
OP_ALT            194 pcre/pcre_study.cpp       do tcode += GET(tcode, 1); while (*tcode == OP_ALT);
OP_ALT            216 pcre/pcre_study.cpp       do tcode += GET(tcode,1); while (*tcode == OP_ALT);
OP_ALT            473 pcre/pcre_study.cpp while (*code == OP_ALT);