• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:OP_ALT

514 while (*callpat == OP_ALT);  /* Loop for the alternatives */  in op_recurse_ovecsave()
935 (*ecode == OP_ALT || *next_ecode == OP_ALT)) in match()
943 while (*ecode == OP_ALT); in match()
947 if (*ecode != OP_ONCE_NC && *ecode != OP_ALT) RRETURN(MATCH_NOMATCH); in match()
952 do ecode += GET(ecode, 1); while (*ecode == OP_ALT); in match()
1039 (*ecode == OP_ALT || *next_ecode == OP_ALT)) in match()
1049 if (*ecode != OP_ALT) break; in match()
1100 else if (!mb->hasthen && ecode[GET(ecode, 1)] != OP_ALT) in match()
1120 (*ecode == OP_ALT || *next_ecode == OP_ALT)) in match()
1131 while (*scode == OP_ALT) scode += GET(scode, 1); in match()
1140 if (*ecode != OP_ALT) break; in match()
1196 do ecode += GET(ecode, 1); while (*ecode == OP_ALT); in match()
1210 (*ecode == OP_ALT || *next_ecode == OP_ALT)) in match()
1217 if (*ecode != OP_ALT) break; in match()
1261 do ecode += GET(ecode, 1); while (*ecode == OP_ALT); in match()
1275 (*ecode == OP_ALT || *next_ecode == OP_ALT)) in match()
1281 if (*ecode != OP_ALT) break; in match()
1438 while (*ecode == OP_ALT) ecode += GET(ecode, 1); in match()
1467 if (condition || ecode[-(1+LINK_SIZE)] == OP_ALT) in match()
1596 (*ecode == OP_ALT || *next_ecode == OP_ALT)) in match()
1609 while (*ecode == OP_ALT); /* Continue for next alternative */ in match()
1623 do ecode += GET(ecode,1); while (*ecode == OP_ALT); in match()
1663 (*ecode == OP_ALT || *next_ecode == OP_ALT)) in match()
1679 do ecode += GET(ecode,1); while (*ecode == OP_ALT); in match()
1692 while (*ecode == OP_ALT); in match()
1922 while (*callpat == OP_ALT); in match()
1939 case OP_ALT: in match()
1940 do ecode += GET(ecode,1); while (*ecode == OP_ALT); in match()
1953 do next_ecode += GET(next_ecode, 1); while (*next_ecode == OP_ALT); in match()
1959 do next_ecode += GET(next_ecode, 1); while (*next_ecode == OP_ALT); in match()
1967 do next_ecode += GET(next_ecode,1); while (*next_ecode == OP_ALT); in match()