Lines Matching refs:yy_current_state
772 yy_state_type yy_current_state; variable
819 yy_current_state = (yy_start);
824 if ( yy_accept[yy_current_state] )
826 (yy_last_accepting_state) = yy_current_state;
829 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
831 yy_current_state = (int) yy_def[yy_current_state];
832 if ( yy_current_state >= 43 )
835 yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
838 while ( yy_base[yy_current_state] != 91 );
841 yy_act = yy_accept[yy_current_state];
845 yy_current_state = (yy_last_accepting_state);
846 yy_act = yy_accept[yy_current_state];
859 yy_current_state = (yy_last_accepting_state);
1060 yy_current_state = yy_get_previous_state( );
1071 yy_next_state = yy_try_NUL_trans( yy_current_state );
1079 yy_current_state = yy_next_state;
1125 yy_current_state = yy_get_previous_state( );
1135 yy_current_state = yy_get_previous_state( );
1295 yy_state_type yy_current_state; in yy_get_previous_state() local
1298 yy_current_state = (yy_start); in yy_get_previous_state()
1303 if ( yy_accept[yy_current_state] ) in yy_get_previous_state()
1305 (yy_last_accepting_state) = yy_current_state; in yy_get_previous_state()
1308 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_get_previous_state()
1310 yy_current_state = (int) yy_def[yy_current_state]; in yy_get_previous_state()
1311 if ( yy_current_state >= 43 ) in yy_get_previous_state()
1314 yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c]; in yy_get_previous_state()
1317 return yy_current_state; in yy_get_previous_state()
1325 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() argument
1331 if ( yy_accept[yy_current_state] ) in yy_try_NUL_trans()
1333 (yy_last_accepting_state) = yy_current_state; in yy_try_NUL_trans()
1336 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_try_NUL_trans()
1338 yy_current_state = (int) yy_def[yy_current_state]; in yy_try_NUL_trans()
1339 if ( yy_current_state >= 43 ) in yy_try_NUL_trans()
1342 yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c]; in yy_try_NUL_trans()
1343 yy_is_jam = (yy_current_state == 42); in yy_try_NUL_trans()
1345 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()