• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/SmartCardServices-55111/src/PCSC/

Lines Matching refs:yy_current_state

677 	register yy_state_type yy_current_state;
724 yy_current_state = (yy_start);
729 if ( yy_accept[yy_current_state] )
731 (yy_last_accepting_state) = yy_current_state;
734 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
736 yy_current_state = (int) yy_def[yy_current_state];
737 if ( yy_current_state >= 17 )
740 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
743 while ( yy_base[yy_current_state] != 31 );
746 yy_act = yy_accept[yy_current_state];
750 yy_current_state = (yy_last_accepting_state);
751 yy_act = yy_accept[yy_current_state];
764 yy_current_state = (yy_last_accepting_state);
846 yy_current_state = yy_get_previous_state( );
857 yy_next_state = yy_try_NUL_trans( yy_current_state );
865 yy_current_state = yy_next_state;
911 yy_current_state = yy_get_previous_state( );
921 yy_current_state = yy_get_previous_state( );
1080 register yy_state_type yy_current_state;
1083 yy_current_state = (yy_start);
1088 if ( yy_accept[yy_current_state] )
1090 (yy_last_accepting_state) = yy_current_state;
1093 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1095 yy_current_state = (int) yy_def[yy_current_state];
1096 if ( yy_current_state >= 17 )
1099 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1102 return yy_current_state;
1110 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1116 if ( yy_accept[yy_current_state] )
1118 (yy_last_accepting_state) = yy_current_state;
1121 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1123 yy_current_state = (int) yy_def[yy_current_state];
1124 if ( yy_current_state >= 17 )
1127 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1128 yy_is_jam = (yy_current_state == 16);
1130 return yy_is_jam ? 0 : yy_current_state;