Home | History | Annotate | Download | only in src

Lines Matching refs:OP_ALT

561   if (c == OP_ALT)
563 do code += GET(code, 1); while (*code == OP_ALT);
609 while (*next_code == OP_ALT)
627 do next_code += GET(next_code, 1); while (*next_code == OP_ALT);