Lines Matching refs:rollback
314 * A stack of rollback states
2698 * from a state since there is no need to set-up rollback
3083 printf("rollback failed on empty stack\n");
3149 * If end of input on non-terminal state, rollback, however we may
3166 goto rollback;
3169 goto rollback;
3214 * before potentially saving and rollback
3278 * possible, rollback
3283 goto rollback;
3370 rollback:
3376 printf("rollback from state %d on %d:%c\n", exec->state->no,
3458 * the second half is used to store the data in case of rollback
3728 * If we have an active rollback stack push the new value there
3746 * End of input on non-terminal state, rollback, however we may
3751 goto rollback;
3917 * possible, rollback
3922 goto rollback;
4002 rollback:
4004 * if we didn't yet rollback on the current input
4365 * End of input on non-terminal state, rollback, however we may
4370 goto rollback;
4449 * possible, rollback
4454 goto rollback;
4492 rollback: