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

Lines Matching refs:yy_current_state

609 	register yy_state_type yy_current_state;
655 yy_current_state = yy_start;
660 if (yy_accept[yy_current_state])
662 yy_last_accepting_state = yy_current_state;
665 while (yy_chk[yy_base[yy_current_state] + yy_c] !=
666 yy_current_state)
668 yy_current_state = (int) yy_def[yy_current_state];
669 if (yy_current_state >= 39)
672 yy_current_state =
673 yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
676 while (yy_base[yy_current_state] != 50);
679 yy_act = yy_accept[yy_current_state];
683 yy_current_state = yy_last_accepting_state;
684 yy_act = yy_accept[yy_current_state];
699 yy_current_state = yy_last_accepting_state;
790 yy_current_state = yy_get_previous_state();
802 yy_next_state = yy_try_NUL_trans(yy_current_state);
812 yy_current_state = yy_next_state;
859 yy_current_state = yy_get_previous_state();
869 yy_current_state = yy_get_previous_state();
1039 register yy_state_type yy_current_state;
1042 yy_current_state = yy_start;
1047 if (yy_accept[yy_current_state])
1049 yy_last_accepting_state = yy_current_state;
1052 while (yy_chk[yy_base[yy_current_state] + yy_c] !=
1053 yy_current_state)
1055 yy_current_state = (int) yy_def[yy_current_state];
1056 if (yy_current_state >= 39)
1059 yy_current_state =
1060 yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1063 return yy_current_state;
1072 static yy_state_type yy_try_NUL_trans(yy_state_type yy_current_state)
1074 static yy_state_type yy_try_NUL_trans(yy_current_state)
1075 yy_state_type yy_current_state;
1082 if (yy_accept[yy_current_state])
1084 yy_last_accepting_state = yy_current_state;
1087 while (yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state)
1089 yy_current_state = (int) yy_def[yy_current_state];
1090 if (yy_current_state >= 39)
1093 yy_current_state =
1094 yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1095 yy_is_jam = (yy_current_state == 38);
1097 return yy_is_jam ? 0 : yy_current_state;