Lines Matching refs:t1
2563 xmlRegTransPtr t1;
2573 t1 = &(state->trans[transnr]);
2577 if (t1->atom == NULL) {
2578 if (t1->to < 0)
2580 res = xmlFARecurseDeterminism(ctxt, ctxt->states[t1->to],
2584 /* t1->nd = 1; */
2588 if (t1->to != to)
2590 if (xmlFACompareAtoms(t1->atom, atom)) {
2593 t1->nd = 1;
2611 xmlRegTransPtr t1, t2, last;
2632 t1 = &(state->trans[transnr]);
2637 if (t1->atom == NULL) {
2638 /* t1->nd = 1; */
2641 if (t1->to == -1) /* eliminated */
2648 if (t1->to == t2->to) {
2649 if (xmlFAEqualAtoms(t1->atom, t2->atom))
2669 t1 = &(state->trans[transnr]);
2674 if (t1->atom == NULL) {
2677 if (t1->to == -1) /* eliminated */
2685 if (xmlFACompareAtoms(t1->atom, t2->atom)) {
2688 t1->nd = 1;
2690 last = t1;
2692 } else if (t1->to != -1) {
2697 ret = xmlFARecurseDeterminism(ctxt, ctxt->states[t1->to],
2705 t1->nd = 1;
2707 last = t1;