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

Lines Matching refs:yy_current_state

654 	register yy_state_type yy_current_state;
699 yy_current_state = yy_start;
704 if ( yy_accept[yy_current_state] )
706 yy_last_accepting_state = yy_current_state;
709 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
711 yy_current_state = (int) yy_def[yy_current_state];
712 if ( yy_current_state >= 177 )
715 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
718 while ( yy_base[yy_current_state] != 194 );
721 yy_act = yy_accept[yy_current_state];
725 yy_current_state = yy_last_accepting_state;
726 yy_act = yy_accept[yy_current_state];
741 yy_current_state = yy_last_accepting_state;
989 yy_current_state = yy_get_previous_state();
1000 yy_next_state = yy_try_NUL_trans( yy_current_state );
1008 yy_current_state = yy_next_state;
1054 yy_current_state = yy_get_previous_state();
1064 yy_current_state = yy_get_previous_state();
1223 register yy_state_type yy_current_state;
1226 yy_current_state = yy_start;
1231 if ( yy_accept[yy_current_state] )
1233 yy_last_accepting_state = yy_current_state;
1236 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1238 yy_current_state = (int) yy_def[yy_current_state];
1239 if ( yy_current_state >= 177 )
1242 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1245 return yy_current_state;
1256 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
1258 static yy_state_type yy_try_NUL_trans( yy_current_state )
1259 yy_state_type yy_current_state;
1266 if ( yy_accept[yy_current_state] )
1268 yy_last_accepting_state = yy_current_state;
1271 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1273 yy_current_state = (int) yy_def[yy_current_state];
1274 if ( yy_current_state >= 177 )
1277 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1278 yy_is_jam = (yy_current_state == 176);
1280 return yy_is_jam ? 0 : yy_current_state;