Lines Matching refs:yy_current_state

850 	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 >= 166 )
914 yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
917 while ( yy_current_state != 165 );
919 yy_current_state = (yy_last_accepting_state);
922 yy_act = yy_accept[yy_current_state];
934 yy_current_state = (yy_last_accepting_state);
1295 yy_current_state = yy_get_previous_state( );
1306 yy_next_state = yy_try_NUL_trans( yy_current_state );
1314 yy_current_state = yy_next_state;
1321 yy_current_state = (yy_last_accepting_state);
1361 yy_current_state = yy_get_previous_state( );
1371 yy_current_state = yy_get_previous_state( );
1531 yy_state_type yy_current_state;
1534 yy_current_state = (yy_start);
1535 yy_current_state += YY_AT_BOL();
1540 if ( yy_accept[yy_current_state] )
1542 (yy_last_accepting_state) = yy_current_state;
1545 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1547 yy_current_state = (int) yy_def[yy_current_state];
1548 if ( yy_current_state >= 166 )
1551 yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
1554 return yy_current_state;
1562 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1568 if ( yy_accept[yy_current_state] )
1570 (yy_last_accepting_state) = yy_current_state;
1573 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1575 yy_current_state = (int) yy_def[yy_current_state];
1576 if ( yy_current_state >= 166 )
1579 yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
1580 yy_is_jam = (yy_current_state == 165);
1582 return yy_is_jam ? 0 : yy_current_state;