Lines Matching refs:yy_current_state

1380 	register yy_state_type yy_current_state;
1432 yy_current_state = yyg->yy_start;
1433 yy_current_state += YY_AT_BOL();
1438 if ( yy_accept[yy_current_state] )
1440 yyg->yy_last_accepting_state = yy_current_state;
1443 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1445 yy_current_state = (int) yy_def[yy_current_state];
1446 if ( yy_current_state >= 867 )
1449 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1452 while ( yy_current_state != 866 );
1454 yy_current_state = yyg->yy_last_accepting_state;
1457 yy_act = yy_accept[yy_current_state];
1469 yy_current_state = yyg->yy_last_accepting_state;
2705 yy_current_state = yy_get_previous_state( yyscanner );
2716 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
2724 yy_current_state = yy_next_state;
2731 yy_current_state = yyg->yy_last_accepting_state;
2771 yy_current_state = yy_get_previous_state( yyscanner );
2781 yy_current_state = yy_get_previous_state( yyscanner );
2941 register yy_state_type yy_current_state;
2945 yy_current_state = yyg->yy_start;
2946 yy_current_state += YY_AT_BOL();
2951 if ( yy_accept[yy_current_state] )
2953 yyg->yy_last_accepting_state = yy_current_state;
2956 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
2958 yy_current_state = (int) yy_def[yy_current_state];
2959 if ( yy_current_state >= 867 )
2962 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
2965 return yy_current_state;
2973 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner)
2980 if ( yy_accept[yy_current_state] )
2982 yyg->yy_last_accepting_state = yy_current_state;
2985 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
2987 yy_current_state = (int) yy_def[yy_current_state];
2988 if ( yy_current_state >= 867 )
2991 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
2992 yy_is_jam = (yy_current_state == 866);
2994 return yy_is_jam ? 0 : yy_current_state;