Lines Matching defs:yy_current_state
975 register yy_state_type yy_current_state;
1067 yy_current_state = (yy_start);
1072 if ( yy_accept[yy_current_state] )
1074 (yy_last_accepting_state) = yy_current_state;
1077 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1079 yy_current_state = (int) yy_def[yy_current_state];
1080 if ( yy_current_state >= 101 )
1083 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1086 while ( yy_current_state != 100 );
1088 yy_current_state = (yy_last_accepting_state);
1092 yy_act = yy_accept[yy_current_state];
1124 yy_current_state = (yy_last_accepting_state);
1441 yy_current_state = yy_get_previous_state( );
1452 yy_next_state = yy_try_NUL_trans( yy_current_state );
1460 yy_current_state = yy_next_state;
1468 yy_current_state = (yy_last_accepting_state);
1508 yy_current_state = yy_get_previous_state( );
1518 yy_current_state = yy_get_previous_state( );
1695 register yy_state_type yy_current_state;
1698 /* %% [15.0] code to get the start state into yy_current_state goes here */
1699 yy_current_state = (yy_start);
1705 if ( yy_accept[yy_current_state] )
1707 (yy_last_accepting_state) = yy_current_state;
1710 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1712 yy_current_state = (int) yy_def[yy_current_state];
1713 if ( yy_current_state >= 101 )
1716 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1719 return yy_current_state;
1728 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1738 if ( yy_accept[yy_current_state] )
1740 (yy_last_accepting_state) = yy_current_state;
1743 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1745 yy_current_state = (int) yy_def[yy_current_state];
1746 if ( yy_current_state >= 101 )
1749 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1750 yy_is_jam = (yy_current_state == 100);
1752 return yy_is_jam ? 0 : yy_current_state;