Lines Matching refs:oldend
714 xmlAutomataStatePtr oldstate, oldend;
732 oldend = ctxt->state;
733 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL);
742 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate);
745 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate);
751 xmlAutomataStatePtr oldstate, oldend;
761 oldend = xmlAutomataNewState(ctxt->am);
770 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend);
776 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend);
777 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL);
786 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate);
789 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate);