• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/

Lines Matching refs:yy_current_state

704 	register yy_state_type yy_current_state;
751 yy_current_state = (yy_start);
756 if ( yy_accept[yy_current_state] )
758 (yy_last_accepting_state) = yy_current_state;
761 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
763 yy_current_state = (int) yy_def[yy_current_state];
764 if ( yy_current_state >= 39 )
767 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
770 while ( yy_base[yy_current_state] != 50 );
773 yy_act = yy_accept[yy_current_state];
777 yy_current_state = (yy_last_accepting_state);
778 yy_act = yy_accept[yy_current_state];
791 yy_current_state = (yy_last_accepting_state);
872 yy_current_state = yy_get_previous_state( );
883 yy_next_state = yy_try_NUL_trans( yy_current_state );
891 yy_current_state = yy_next_state;
937 yy_current_state = yy_get_previous_state( );
947 yy_current_state = yy_get_previous_state( );
1106 register yy_state_type yy_current_state;
1109 yy_current_state = (yy_start);
1114 if ( yy_accept[yy_current_state] )
1116 (yy_last_accepting_state) = yy_current_state;
1119 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1121 yy_current_state = (int) yy_def[yy_current_state];
1122 if ( yy_current_state >= 39 )
1125 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1128 return yy_current_state;
1136 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1142 if ( yy_accept[yy_current_state] )
1144 (yy_last_accepting_state) = yy_current_state;
1147 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1149 yy_current_state = (int) yy_def[yy_current_state];
1150 if ( yy_current_state >= 39 )
1153 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1154 yy_is_jam = (yy_current_state == 38);
1156 return yy_is_jam ? 0 : yy_current_state;