Lines Matching refs:newto
1812 int newto = to->trans[transnr].to;
1815 ctxt->states[newto],
1834 int newto = to->trans[transnr].to;
1838 ctxt->states[newto],
1842 ctxt->states[newto], counter, -1);
1866 int statenr, i, j, newto;
1883 newto = state->trans[0].to;
1888 statenr, newto);
1893 statenr, newto);
1901 j, tmp->no, newto);
1905 ctxt->states[newto],
1912 ctxt->states[newto]->type = XML_REGEXP_FINAL_STATE;
1980 int newto = state->trans[transnr].to;
1984 transnr, statenr, newto);
1990 newto, state->trans[transnr].counter);
2041 int newto = state->trans[transnr].to;
2043 if (ctxt->states[newto] == NULL)
2045 if (ctxt->states[newto]->reached == XML_REGEXP_MARK_NORMAL) {
2046 ctxt->states[newto]->reached = XML_REGEXP_MARK_START;
2047 target = ctxt->states[newto];