Lines Matching refs:OP_ALT
889 (*ecode == OP_ALT || *next == OP_ALT))
897 while (*ecode == OP_ALT);
901 if (*ecode != OP_ONCE_NC && *ecode != OP_ALT) RRETURN(MATCH_NOMATCH);
906 do ecode += GET(ecode, 1); while (*ecode == OP_ALT);
991 with OP_ALT), we have reached the limit of THEN's action, so convert
1002 (*ecode == OP_ALT || *next == OP_ALT))
1012 if (*ecode != OP_ALT) break;
1070 else if (!md->hasthen && ecode[GET(ecode, 1)] != OP_ALT)
1090 (*ecode == OP_ALT || *next == OP_ALT))
1101 while (*scode == OP_ALT) scode += GET(scode, 1);
1110 if (*ecode != OP_ALT) break;
1176 do ecode += GET(ecode, 1); while (*ecode == OP_ALT);
1190 (*ecode == OP_ALT || *next == OP_ALT))
1197 if (*ecode != OP_ALT) break;
1254 do ecode += GET(ecode, 1); while (*ecode == OP_ALT);
1268 (*ecode == OP_ALT || *next == OP_ALT))
1274 if (*ecode != OP_ALT) break;
1410 while (*ecode == OP_ALT) ecode += GET(ecode, 1);
1439 if (condition || ecode[-(1+LINK_SIZE)] == OP_ALT)
1560 (*ecode == OP_ALT || *next == OP_ALT))
1573 while (*ecode == OP_ALT); /* Continue for next alternative */
1587 do ecode += GET(ecode,1); while (*ecode == OP_ALT);
1627 (*ecode == OP_ALT || *next == OP_ALT))
1643 do ecode += GET(ecode,1); while (*ecode == OP_ALT);
1656 while (*ecode == OP_ALT);
1844 while (*callpat == OP_ALT);
1859 case OP_ALT:
1860 do ecode += GET(ecode,1); while (*ecode == OP_ALT);
1873 do next += GET(next, 1); while (*next == OP_ALT);
1879 do next += GET(next, 1); while (*next == OP_ALT);
1887 do next += GET(next,1); while (*next == OP_ALT);