Searched defs:fromnr (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xmlregexp.c | 1728 * @fromnr: the from state 1734 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, argument 1741 printf("xmlFAReduceEpsilonTransitions(%d, %d)\n", fromnr, tonr); 1743 from = ctxt->states[fromnr]; 1756 printf("State %d is final, so %d becomes final\n", tonr, fromnr); 1768 if (to->trans[transnr].to != fromnr) { 1781 xmlFAReduceEpsilonTransitions(ctxt, fromnr, 1785 xmlFAReduceEpsilonTransitions(ctxt, fromnr,
|
Completed in 127 milliseconds