Lines Matching refs:yy_current_state

852 	register yy_state_type yy_current_state;
899 yy_current_state = (yy_start);
900 yy_current_state += YY_AT_BOL();
905 if ( yy_accept[yy_current_state] )
907 (yy_last_accepting_state) = yy_current_state;
910 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
912 yy_current_state = (int) yy_def[yy_current_state];
913 if ( yy_current_state >= 159 )
916 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
919 while ( yy_current_state != 158 );
921 yy_current_state = (yy_last_accepting_state);
924 yy_act = yy_accept[yy_current_state];
936 yy_current_state = (yy_last_accepting_state);
1278 yy_current_state = yy_get_previous_state( );
1289 yy_next_state = yy_try_NUL_trans( yy_current_state );
1297 yy_current_state = yy_next_state;
1304 yy_current_state = (yy_last_accepting_state);
1344 yy_current_state = yy_get_previous_state( );
1354 yy_current_state = yy_get_previous_state( );
1514 register yy_state_type yy_current_state;
1517 yy_current_state = (yy_start);
1518 yy_current_state += YY_AT_BOL();
1523 if ( yy_accept[yy_current_state] )
1525 (yy_last_accepting_state) = yy_current_state;
1528 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1530 yy_current_state = (int) yy_def[yy_current_state];
1531 if ( yy_current_state >= 159 )
1534 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1537 return yy_current_state;
1545 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1551 if ( yy_accept[yy_current_state] )
1553 (yy_last_accepting_state) = yy_current_state;
1556 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1558 yy_current_state = (int) yy_def[yy_current_state];
1559 if ( yy_current_state >= 159 )
1562 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1563 yy_is_jam = (yy_current_state == 158);
1565 return yy_is_jam ? 0 : yy_current_state;