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

Lines Matching refs:yy_current_state

666 	register yy_state_type yy_current_state;
710 yy_current_state = yy_start;
715 if ( yy_accept[yy_current_state] )
717 yy_last_accepting_state = yy_current_state;
720 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
722 yy_current_state = (int) yy_def[yy_current_state];
723 if ( yy_current_state >= 198 )
726 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
729 while ( yy_base[yy_current_state] != 230 );
732 yy_act = yy_accept[yy_current_state];
736 yy_current_state = yy_last_accepting_state;
737 yy_act = yy_accept[yy_current_state];
752 yy_current_state = yy_last_accepting_state;
1014 yy_current_state = yy_get_previous_state();
1025 yy_next_state = yy_try_NUL_trans( yy_current_state );
1033 yy_current_state = yy_next_state;
1079 yy_current_state = yy_get_previous_state();
1089 yy_current_state = yy_get_previous_state();
1248 register yy_state_type yy_current_state;
1251 yy_current_state = yy_start;
1256 if ( yy_accept[yy_current_state] )
1258 yy_last_accepting_state = yy_current_state;
1261 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1263 yy_current_state = (int) yy_def[yy_current_state];
1264 if ( yy_current_state >= 198 )
1267 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1270 return yy_current_state;
1281 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
1283 static yy_state_type yy_try_NUL_trans( yy_current_state )
1284 yy_state_type yy_current_state;
1291 if ( yy_accept[yy_current_state] )
1293 yy_last_accepting_state = yy_current_state;
1296 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1298 yy_current_state = (int) yy_def[yy_current_state];
1299 if ( yy_current_state >= 198 )
1302 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1303 yy_is_jam = (yy_current_state == 197);
1305 return yy_is_jam ? 0 : yy_current_state;