Home | History | Annotate | Download | only in src

Lines Matching refs:yy_current_state

1338 	register yy_state_type yy_current_state;
1390 yy_current_state = (yy_start);
1391 yy_current_state += YY_AT_BOL();
1396 if ( yy_accept[yy_current_state] )
1398 (yy_last_accepting_state) = yy_current_state;
1401 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1403 yy_current_state = (int) yy_def[yy_current_state];
1404 if ( yy_current_state >= 219 )
1407 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1410 while ( yy_current_state != 218 );
1412 yy_current_state = (yy_last_accepting_state);
1415 yy_act = yy_accept[yy_current_state];
1437 yy_current_state = (yy_last_accepting_state);
1808 yy_current_state = yy_get_previous_state( );
1819 yy_next_state = yy_try_NUL_trans( yy_current_state );
1827 yy_current_state = yy_next_state;
1834 yy_current_state = (yy_last_accepting_state);
1874 yy_current_state = yy_get_previous_state( );
1884 yy_current_state = yy_get_previous_state( );
2043 register yy_state_type yy_current_state;
2046 yy_current_state = (yy_start);
2047 yy_current_state += YY_AT_BOL();
2052 if ( yy_accept[yy_current_state] )
2054 (yy_last_accepting_state) = yy_current_state;
2057 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
2059 yy_current_state = (int) yy_def[yy_current_state];
2060 if ( yy_current_state >= 219 )
2063 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
2066 return yy_current_state;
2074 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
2080 if ( yy_accept[yy_current_state] )
2082 (yy_last_accepting_state) = yy_current_state;
2085 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
2087 yy_current_state = (int) yy_def[yy_current_state];
2088 if ( yy_current_state >= 219 )
2091 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
2092 yy_is_jam = (yy_current_state == 218);
2094 return yy_is_jam ? 0 : yy_current_state;