• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/

Lines Matching refs:yy_current_state

859 	register yy_state_type yy_current_state;
904 yy_current_state = yy_start;
909 if ( yy_accept[yy_current_state] )
911 yy_last_accepting_state = yy_current_state;
914 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
916 yy_current_state = (int) yy_def[yy_current_state];
917 if ( yy_current_state >= 470 )
920 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
923 while ( yy_base[yy_current_state] != 518 );
926 yy_act = yy_accept[yy_current_state];
930 yy_current_state = yy_last_accepting_state;
931 yy_act = yy_accept[yy_current_state];
946 yy_current_state = yy_last_accepting_state;
1487 yy_current_state = yy_get_previous_state();
1498 yy_next_state = yy_try_NUL_trans( yy_current_state );
1506 yy_current_state = yy_next_state;
1552 yy_current_state = yy_get_previous_state();
1562 yy_current_state = yy_get_previous_state();
1721 register yy_state_type yy_current_state;
1724 yy_current_state = yy_start;
1729 if ( yy_accept[yy_current_state] )
1731 yy_last_accepting_state = yy_current_state;
1734 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1736 yy_current_state = (int) yy_def[yy_current_state];
1737 if ( yy_current_state >= 470 )
1740 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1743 return yy_current_state;
1754 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
1756 static yy_state_type yy_try_NUL_trans( yy_current_state )
1757 yy_state_type yy_current_state;
1764 if ( yy_accept[yy_current_state] )
1766 yy_last_accepting_state = yy_current_state;
1769 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1771 yy_current_state = (int) yy_def[yy_current_state];
1772 if ( yy_current_state >= 470 )
1775 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1776 yy_is_jam = (yy_current_state == 469);
1778 return yy_is_jam ? 0 : yy_current_state;