Lines Matching refs:yy_current_state
766 register yy_state_type yy_current_state; variable
813 yy_current_state = (yy_start);
814 yy_current_state += YY_AT_BOL();
819 if ( yy_accept[yy_current_state] )
821 (yy_last_accepting_state) = yy_current_state;
824 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
826 yy_current_state = (int) yy_def[yy_current_state];
827 if ( yy_current_state >= 62 )
830 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
833 while ( yy_current_state != 61 );
835 yy_current_state = (yy_last_accepting_state);
838 yy_act = yy_accept[yy_current_state];
860 yy_current_state = (yy_last_accepting_state);
1020 yy_current_state = yy_get_previous_state( );
1031 yy_next_state = yy_try_NUL_trans( yy_current_state );
1039 yy_current_state = yy_next_state;
1046 yy_current_state = (yy_last_accepting_state);
1086 yy_current_state = yy_get_previous_state( );
1096 yy_current_state = yy_get_previous_state( );
1255 register yy_state_type yy_current_state; in yy_get_previous_state() local
1258 yy_current_state = (yy_start); in yy_get_previous_state()
1259 yy_current_state += YY_AT_BOL(); in yy_get_previous_state()
1264 if ( yy_accept[yy_current_state] ) in yy_get_previous_state()
1266 (yy_last_accepting_state) = yy_current_state; in yy_get_previous_state()
1269 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_get_previous_state()
1271 yy_current_state = (int) yy_def[yy_current_state]; in yy_get_previous_state()
1272 if ( yy_current_state >= 62 ) in yy_get_previous_state()
1275 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; in yy_get_previous_state()
1278 return yy_current_state; in yy_get_previous_state()
1286 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() argument
1292 if ( yy_accept[yy_current_state] ) in yy_try_NUL_trans()
1294 (yy_last_accepting_state) = yy_current_state; in yy_try_NUL_trans()
1297 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_try_NUL_trans()
1299 yy_current_state = (int) yy_def[yy_current_state]; in yy_try_NUL_trans()
1300 if ( yy_current_state >= 62 ) in yy_try_NUL_trans()
1303 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; in yy_try_NUL_trans()
1304 yy_is_jam = (yy_current_state == 61); in yy_try_NUL_trans()
1306 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()