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

Lines Matching refs:yy_current_state

600 	register yy_state_type yy_current_state;
644 yy_current_state = yy_start;
649 if ( yy_accept[yy_current_state] )
651 yy_last_accepting_state = yy_current_state;
654 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
656 yy_current_state = (int) yy_def[yy_current_state];
657 if ( yy_current_state >= 81 )
660 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
663 while ( yy_base[yy_current_state] != 101 );
666 yy_act = yy_accept[yy_current_state];
670 yy_current_state = yy_last_accepting_state;
671 yy_act = yy_accept[yy_current_state];
686 yy_current_state = yy_last_accepting_state;
867 yy_current_state = yy_get_previous_state();
878 yy_next_state = yy_try_NUL_trans( yy_current_state );
886 yy_current_state = yy_next_state;
932 yy_current_state = yy_get_previous_state();
942 yy_current_state = yy_get_previous_state();
1101 register yy_state_type yy_current_state;
1104 yy_current_state = yy_start;
1109 if ( yy_accept[yy_current_state] )
1111 yy_last_accepting_state = yy_current_state;
1114 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1116 yy_current_state = (int) yy_def[yy_current_state];
1117 if ( yy_current_state >= 81 )
1120 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1123 return yy_current_state;
1134 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
1136 static yy_state_type yy_try_NUL_trans( yy_current_state )
1137 yy_state_type yy_current_state;
1144 if ( yy_accept[yy_current_state] )
1146 yy_last_accepting_state = yy_current_state;
1149 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1151 yy_current_state = (int) yy_def[yy_current_state];
1152 if ( yy_current_state >= 81 )
1155 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1156 yy_is_jam = (yy_current_state == 80);
1158 return yy_is_jam ? 0 : yy_current_state;