Searched defs:tonr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c1729 * @tonr: the to state
1735 int tonr, int counter) {
1741 printf("xmlFAReduceEpsilonTransitions(%d, %d)\n", fromnr, tonr);
1746 to = ctxt->states[tonr];
1756 printf("State %d is final, so %d becomes final\n", tonr, fromnr);
1778 transnr, tonr, to->trans[transnr].to);
1734 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, int tonr, int counter) argument

Completed in 85 milliseconds