Lines Matching refs:yy_current_state

1302 	register yy_state_type yy_current_state;  variable
1384 yy_current_state = (yy_start);
1385 yy_current_state += YY_AT_BOL();
1390 if ( yy_accept[yy_current_state] )
1392 (yy_last_accepting_state) = yy_current_state;
1395 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1397 yy_current_state = (int) yy_def[yy_current_state];
1398 if ( yy_current_state >= 482 )
1401 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1404 while ( yy_current_state != 481 );
1406 yy_current_state = (yy_last_accepting_state);
1410 yy_act = yy_accept[yy_current_state];
1442 yy_current_state = (yy_last_accepting_state);
2477 yy_current_state = yy_get_previous_state( );
2488 yy_next_state = yy_try_NUL_trans( yy_current_state );
2496 yy_current_state = yy_next_state;
2504 yy_current_state = (yy_last_accepting_state);
2544 yy_current_state = yy_get_previous_state( );
2554 yy_current_state = yy_get_previous_state( );
2731 register yy_state_type yy_current_state; in yy_get_previous_state() local
2735 yy_current_state = (yy_start); in yy_get_previous_state()
2736 yy_current_state += YY_AT_BOL(); in yy_get_previous_state()
2742 if ( yy_accept[yy_current_state] ) in yy_get_previous_state()
2744 (yy_last_accepting_state) = yy_current_state; in yy_get_previous_state()
2747 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_get_previous_state()
2749 yy_current_state = (int) yy_def[yy_current_state]; in yy_get_previous_state()
2750 if ( yy_current_state >= 482 ) in yy_get_previous_state()
2753 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; in yy_get_previous_state()
2756 return yy_current_state; in yy_get_previous_state()
2765 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() argument
2775 if ( yy_accept[yy_current_state] ) in yy_try_NUL_trans()
2777 (yy_last_accepting_state) = yy_current_state; in yy_try_NUL_trans()
2780 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_try_NUL_trans()
2782 yy_current_state = (int) yy_def[yy_current_state]; in yy_try_NUL_trans()
2783 if ( yy_current_state >= 482 ) in yy_try_NUL_trans()
2786 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; in yy_try_NUL_trans()
2787 yy_is_jam = (yy_current_state == 481); in yy_try_NUL_trans()
2789 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()