Lines Matching refs:yy_current_state

1125 	yy_state_type yy_current_state;
1188 yy_current_state = (yy_start);
1193 if ( yy_accept[yy_current_state] )
1195 (yy_last_accepting_state) = yy_current_state;
1198 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1200 yy_current_state = (int) yy_def[yy_current_state];
1201 if ( yy_current_state >= 368 )
1204 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
1207 while ( yy_current_state != 367 );
1209 yy_current_state = (yy_last_accepting_state);
1213 yy_act = yy_accept[yy_current_state];
1245 yy_current_state = (yy_last_accepting_state);
1806 yy_current_state = yy_get_previous_state( );
1817 yy_next_state = yy_try_NUL_trans( yy_current_state );
1825 yy_current_state = yy_next_state;
1833 yy_current_state = (yy_last_accepting_state);
1873 yy_current_state = yy_get_previous_state( );
1883 yy_current_state = yy_get_previous_state( );
2063 yy_state_type yy_current_state; in yy_get_previous_state() local
2067 yy_current_state = (yy_start); in yy_get_previous_state()
2073 if ( yy_accept[yy_current_state] ) in yy_get_previous_state()
2075 (yy_last_accepting_state) = yy_current_state; in yy_get_previous_state()
2078 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_get_previous_state()
2080 yy_current_state = (int) yy_def[yy_current_state]; in yy_get_previous_state()
2081 if ( yy_current_state >= 368 ) in yy_get_previous_state()
2084 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; in yy_get_previous_state()
2087 return yy_current_state; in yy_get_previous_state()
2096 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() argument
2106 if ( yy_accept[yy_current_state] ) in yy_try_NUL_trans()
2108 (yy_last_accepting_state) = yy_current_state; in yy_try_NUL_trans()
2111 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_try_NUL_trans()
2113 yy_current_state = (int) yy_def[yy_current_state]; in yy_try_NUL_trans()
2114 if ( yy_current_state >= 368 ) in yy_try_NUL_trans()
2117 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; in yy_try_NUL_trans()
2118 yy_is_jam = (yy_current_state == 367); in yy_try_NUL_trans()
2120 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()