Lines Matching refs:OP_ALT
5135 do Lnext_ecode += GET(Lnext_ecode, 1); while (*Lnext_ecode == OP_ALT); in match()
5141 do Lnext_ecode += GET(Lnext_ecode, 1); while (*Lnext_ecode == OP_ALT); in match()
5151 do Fecode += GET(Fecode,1); while (*Fecode == OP_ALT); in match()
5204 do Fecode += GET(Fecode, 1); while (*Fecode == OP_ALT); in match()
5218 (*Fecode == OP_ALT || *next_ecode == OP_ALT)) in match()
5224 if (*Fecode != OP_ALT) break; in match()
5266 if (*Lnext_branch != OP_ALT) break; in match()
5312 (*Fecode == OP_ALT || *next_ecode == OP_ALT)) in match()
5317 if (*Fecode != OP_ALT) RRETURN(MATCH_NOMATCH); in match()
5383 (*Lstart_branch == OP_ALT || *next_ecode == OP_ALT)) in match()
5393 if (*Lstart_branch != OP_ALT) RRETURN(MATCH_NOMATCH); in match()
5429 if (*Fecode != OP_ALT) RRETURN(MATCH_NOMATCH); in match()
5432 do Fecode += GET(Fecode, 1); while (*Fecode == OP_ALT); in match()
5462 if (*Fecode != OP_ALT) goto ASSERT_NOT_FAILED; in match()
5468 do Fecode += GET(Fecode, 1); while (*Fecode == OP_ALT); in match()
5518 if (Fecode[Flength] != OP_ALT) Flength -= 1 + LINK_SIZE; in match()
5630 if (*Lstart_branch == OP_ALT) continue; /* Try next branch */ in match()
5653 do Fecode += GET(Fecode, 1); while (*Fecode == OP_ALT); in match()
5724 case OP_ALT: in match()
5725 do Fecode += GET(Fecode,1); while (*Fecode == OP_ALT); in match()
5813 if ((P->ecode)[y] != OP_ALT) break; in match()