OP_ALT           1330 srclib/pcre/pcre.c     do code += GET(code, 1); while (*code == OP_ALT);
OP_ALT           1396 srclib/pcre/pcre.c     do cc += GET(cc, 1); while (*cc == OP_ALT);
OP_ALT           1404 srclib/pcre/pcre.c     case OP_ALT:
OP_ALT           1411 srclib/pcre/pcre.c     if (*cc != OP_ALT) return length;
OP_ALT           1422 srclib/pcre/pcre.c     do cc += GET(cc, 1); while (*cc == OP_ALT);
OP_ALT           1734 srclib/pcre/pcre.c     while (*code == OP_ALT);
OP_ALT           1810 srclib/pcre/pcre.c     case OP_ALT:
OP_ALT           4024 srclib/pcre/pcre.c   if (*last_branch != OP_ALT)
OP_ALT           4128 srclib/pcre/pcre.c   *code = OP_ALT;
OP_ALT           4221 srclib/pcre/pcre.c while (*code == OP_ALT);   /* Loop for each alternative */
OP_ALT           4289 srclib/pcre/pcre.c while (*code == OP_ALT);  /* Loop for each alternative */
OP_ALT           4360 srclib/pcre/pcre.c while (*code == OP_ALT);
OP_ALT           6199 srclib/pcre/pcre.c       while (*ecode == OP_ALT);
OP_ALT           6228 srclib/pcre/pcre.c     while (*ecode == OP_ALT);
OP_ALT           6260 srclib/pcre/pcre.c         while (*ecode == OP_ALT) ecode += GET(ecode, 1);
OP_ALT           6330 srclib/pcre/pcre.c     while (*ecode == OP_ALT);
OP_ALT           6340 srclib/pcre/pcre.c     do ecode += GET(ecode,1); while (*ecode == OP_ALT);
OP_ALT           6357 srclib/pcre/pcre.c     while (*ecode == OP_ALT);
OP_ALT           6501 srclib/pcre/pcre.c       while (*callpat == OP_ALT);
OP_ALT           6531 srclib/pcre/pcre.c       while (*ecode == OP_ALT);
OP_ALT           6535 srclib/pcre/pcre.c       if (*ecode != OP_ONCE && *ecode != OP_ALT) RRETURN(MATCH_NOMATCH);
OP_ALT           6540 srclib/pcre/pcre.c       do ecode += GET(ecode,1); while (*ecode == OP_ALT);
OP_ALT           6588 srclib/pcre/pcre.c     case OP_ALT:
OP_ALT           6589 srclib/pcre/pcre.c     do ecode += GET(ecode,1); while (*ecode == OP_ALT);
OP_ALT           6603 srclib/pcre/pcre.c       do next += GET(next,1); while (*next == OP_ALT);
OP_ALT           6611 srclib/pcre/pcre.c       do next += GET(next,1); while (*next == OP_ALT);
OP_ALT            221 srclib/pcre/printint.c     case OP_ALT:
OP_ALT            148 srclib/pcre/study.c       do tcode += GET(tcode, 1); while (*tcode == OP_ALT);
OP_ALT            166 srclib/pcre/study.c       do tcode += GET(tcode,1); while (*tcode == OP_ALT);
OP_ALT            382 srclib/pcre/study.c while (*code == OP_ALT);