Lines Matching refs:yy_current_state

705 	register yy_state_type yy_current_state;  variable
751 yy_current_state = (yy_start);
756 if ( yy_accept[yy_current_state] )
758 (yy_last_accepting_state) = yy_current_state;
761 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
763 yy_current_state = (int) yy_def[yy_current_state];
764 if ( yy_current_state >= 46 )
767 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
770 while ( yy_base[yy_current_state] != 57 );
773 yy_act = yy_accept[yy_current_state];
777 yy_current_state = (yy_last_accepting_state);
778 yy_act = yy_accept[yy_current_state];
791 yy_current_state = (yy_last_accepting_state);
917 yy_current_state = yy_get_previous_state( );
928 yy_next_state = yy_try_NUL_trans( yy_current_state );
936 yy_current_state = yy_next_state;
982 yy_current_state = yy_get_previous_state( );
992 yy_current_state = yy_get_previous_state( );
1151 register yy_state_type yy_current_state; in yy_get_previous_state() local
1154 yy_current_state = (yy_start); in yy_get_previous_state()
1159 if ( yy_accept[yy_current_state] ) in yy_get_previous_state()
1161 (yy_last_accepting_state) = yy_current_state; in yy_get_previous_state()
1164 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_get_previous_state()
1166 yy_current_state = (int) yy_def[yy_current_state]; in yy_get_previous_state()
1167 if ( yy_current_state >= 46 ) in yy_get_previous_state()
1170 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; in yy_get_previous_state()
1173 return yy_current_state; in yy_get_previous_state()
1181 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() argument
1187 if ( yy_accept[yy_current_state] ) in yy_try_NUL_trans()
1189 (yy_last_accepting_state) = yy_current_state; in yy_try_NUL_trans()
1192 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_try_NUL_trans()
1194 yy_current_state = (int) yy_def[yy_current_state]; in yy_try_NUL_trans()
1195 if ( yy_current_state >= 46 ) in yy_try_NUL_trans()
1198 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; in yy_try_NUL_trans()
1199 yy_is_jam = (yy_current_state == 45); in yy_try_NUL_trans()
1201 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()