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

Lines Matching refs:yy_current_state

633 	register yy_state_type yy_current_state;
679 yy_current_state = yy_start;
684 if (yy_accept[yy_current_state])
686 yy_last_accepting_state = yy_current_state;
689 while (yy_chk[yy_base[yy_current_state] + yy_c] !=
690 yy_current_state)
692 yy_current_state = (int) yy_def[yy_current_state];
693 if (yy_current_state >= 39)
696 yy_current_state =
697 yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
700 while (yy_base[yy_current_state] != 50);
703 yy_act = yy_accept[yy_current_state];
707 yy_current_state = yy_last_accepting_state;
708 yy_act = yy_accept[yy_current_state];
723 yy_current_state = yy_last_accepting_state;
816 yy_current_state = yy_get_previous_state();
828 yy_next_state = yy_try_NUL_trans(yy_current_state);
838 yy_current_state = yy_next_state;
885 yy_current_state = yy_get_previous_state();
895 yy_current_state = yy_get_previous_state();
1065 register yy_state_type yy_current_state;
1068 yy_current_state = yy_start;
1073 if (yy_accept[yy_current_state])
1075 yy_last_accepting_state = yy_current_state;
1078 while (yy_chk[yy_base[yy_current_state] + yy_c] !=
1079 yy_current_state)
1081 yy_current_state = (int) yy_def[yy_current_state];
1082 if (yy_current_state >= 39)
1085 yy_current_state =
1086 yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1089 return yy_current_state;
1098 static yy_state_type yy_try_NUL_trans(yy_state_type yy_current_state)
1100 static yy_state_type yy_try_NUL_trans(yy_current_state)
1101 yy_state_type yy_current_state;
1108 if (yy_accept[yy_current_state])
1110 yy_last_accepting_state = yy_current_state;
1113 while (yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state)
1115 yy_current_state = (int) yy_def[yy_current_state];
1116 if (yy_current_state >= 39)
1119 yy_current_state =
1120 yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1121 yy_is_jam = (yy_current_state == 38);
1123 return yy_is_jam ? 0 : yy_current_state;