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