Home | History | Annotate | Download | only in src

Lines Matching refs:OP_ALT

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