Searched refs:tonr (Results 1 – 2 of 2) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlregexp.c | 1806 int tonr, int counter) { in xmlFAReduceEpsilonTransitions() argument 1812 printf("xmlFAReduceEpsilonTransitions(%d, %d)\n", fromnr, tonr); in xmlFAReduceEpsilonTransitions() 1817 to = ctxt->states[tonr]; in xmlFAReduceEpsilonTransitions() 1827 printf("State %d is final, so %d becomes final\n", tonr, fromnr); in xmlFAReduceEpsilonTransitions() 1849 transnr, tonr, to->trans[transnr].to); in xmlFAReduceEpsilonTransitions()
|
/third_party/libxml2/ |
D | xmlregexp.c | 1809 int tonr, int counter) { in xmlFAReduceEpsilonTransitions() argument 1815 printf("xmlFAReduceEpsilonTransitions(%d, %d)\n", fromnr, tonr); in xmlFAReduceEpsilonTransitions() 1820 to = ctxt->states[tonr]; in xmlFAReduceEpsilonTransitions() 1830 printf("State %d is final, so %d becomes final\n", tonr, fromnr); in xmlFAReduceEpsilonTransitions() 1852 transnr, tonr, to->trans[transnr].to); in xmlFAReduceEpsilonTransitions()
|