Lines Matching refs:yy_current_state

851 	register yy_state_type yy_current_state;
897 yy_current_state = (yy_start);
898 yy_current_state += YY_AT_BOL();
903 if ( yy_accept[yy_current_state] )
905 (yy_last_accepting_state) = yy_current_state;
908 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
910 yy_current_state = (int) yy_def[yy_current_state];
911 if ( yy_current_state >= 161 )
914 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
917 while ( yy_current_state != 160 );
919 yy_current_state = (yy_last_accepting_state);
922 yy_act = yy_accept[yy_current_state];
934 yy_current_state = (yy_last_accepting_state);
1250 yy_current_state = yy_get_previous_state( );
1261 yy_next_state = yy_try_NUL_trans( yy_current_state );
1269 yy_current_state = yy_next_state;
1276 yy_current_state = (yy_last_accepting_state);
1316 yy_current_state = yy_get_previous_state( );
1326 yy_current_state = yy_get_previous_state( );
1485 register yy_state_type yy_current_state;
1488 yy_current_state = (yy_start);
1489 yy_current_state += YY_AT_BOL();
1494 if ( yy_accept[yy_current_state] )
1496 (yy_last_accepting_state) = yy_current_state;
1499 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1501 yy_current_state = (int) yy_def[yy_current_state];
1502 if ( yy_current_state >= 161 )
1505 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1508 return yy_current_state;
1516 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1522 if ( yy_accept[yy_current_state] )
1524 (yy_last_accepting_state) = yy_current_state;
1527 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1529 yy_current_state = (int) yy_def[yy_current_state];
1530 if ( yy_current_state >= 161 )
1533 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1534 yy_is_jam = (yy_current_state == 160);
1536 return yy_is_jam ? 0 : yy_current_state;