Lines Matching refs:yy_current_state

876 	yy_state_type yy_current_state;  variable
923 yy_current_state = (yy_start);
928 if ( yy_accept[yy_current_state] )
930 (yy_last_accepting_state) = yy_current_state;
933 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
935 yy_current_state = (int) yy_def[yy_current_state];
936 if ( yy_current_state >= 195 )
939 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
942 while ( yy_current_state != 194 );
944 yy_current_state = (yy_last_accepting_state);
947 yy_act = yy_accept[yy_current_state];
969 yy_current_state = (yy_last_accepting_state);
1190 yy_current_state = yy_get_previous_state( );
1201 yy_next_state = yy_try_NUL_trans( yy_current_state );
1209 yy_current_state = yy_next_state;
1216 yy_current_state = (yy_last_accepting_state);
1256 yy_current_state = yy_get_previous_state( );
1266 yy_current_state = yy_get_previous_state( );
1430 yy_state_type yy_current_state; in yy_get_previous_state() local
1433 yy_current_state = (yy_start); in yy_get_previous_state()
1438 if ( yy_accept[yy_current_state] ) in yy_get_previous_state()
1440 (yy_last_accepting_state) = yy_current_state; in yy_get_previous_state()
1443 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_get_previous_state()
1445 yy_current_state = (int) yy_def[yy_current_state]; in yy_get_previous_state()
1446 if ( yy_current_state >= 195 ) in yy_get_previous_state()
1449 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; in yy_get_previous_state()
1452 return yy_current_state; in yy_get_previous_state()
1460 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() argument
1466 if ( yy_accept[yy_current_state] ) in yy_try_NUL_trans()
1468 (yy_last_accepting_state) = yy_current_state; in yy_try_NUL_trans()
1471 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_try_NUL_trans()
1473 yy_current_state = (int) yy_def[yy_current_state]; in yy_try_NUL_trans()
1474 if ( yy_current_state >= 195 ) in yy_try_NUL_trans()
1477 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; in yy_try_NUL_trans()
1478 yy_is_jam = (yy_current_state == 194); in yy_try_NUL_trans()
1480 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()