Lines Matching refs:OP_ALT
5228 do Lnext_ecode += GET(Lnext_ecode, 1); while (*Lnext_ecode == OP_ALT); in match()
5234 do Lnext_ecode += GET(Lnext_ecode, 1); while (*Lnext_ecode == OP_ALT); in match()
5244 do Fecode += GET(Fecode,1); while (*Fecode == OP_ALT); in match()
5297 do Fecode += GET(Fecode, 1); while (*Fecode == OP_ALT); in match()
5311 (*Fecode == OP_ALT || *next_ecode == OP_ALT)) in match()
5317 if (*Fecode != OP_ALT) break; in match()
5359 if (*Lnext_branch != OP_ALT) break; in match()
5405 (*Fecode == OP_ALT || *next_ecode == OP_ALT)) in match()
5410 if (*Fecode != OP_ALT) RRETURN(MATCH_NOMATCH); in match()
5485 (*Lstart_branch == OP_ALT || *next_ecode == OP_ALT)) in match()
5495 if (*Lstart_branch != OP_ALT) RRETURN(MATCH_NOMATCH); in match()
5531 if (*Fecode != OP_ALT) RRETURN(MATCH_NOMATCH); in match()
5534 do Fecode += GET(Fecode, 1); while (*Fecode == OP_ALT); in match()
5564 if (*Fecode != OP_ALT) goto ASSERT_NOT_FAILED; in match()
5570 do Fecode += GET(Fecode, 1); while (*Fecode == OP_ALT); in match()
5620 if (Fecode[Flength] != OP_ALT) Flength -= 1 + LINK_SIZE; in match()
5732 if (*Lstart_branch == OP_ALT) continue; /* Try next branch */ in match()
5755 do Fecode += GET(Fecode, 1); while (*Fecode == OP_ALT); in match()
5894 case OP_ALT: in match()
5896 do Fecode += GET(Fecode,1); while (*Fecode == OP_ALT); in match()
6028 if ((P->ecode)[y] != OP_ALT) break; in match()