Lines Matching defs:yy_current_state

869 	register yy_state_type yy_current_state;
942 yy_current_state = yyg->yy_start;
947 if ( yy_accept[yy_current_state] )
949 yyg->yy_last_accepting_state = yy_current_state;
952 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
954 yy_current_state = (int) yy_def[yy_current_state];
955 if ( yy_current_state >= 124 )
958 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
961 while ( yy_current_state != 123 );
963 yy_current_state = yyg->yy_last_accepting_state;
966 yy_act = yy_accept[yy_current_state];
978 yy_current_state = yyg->yy_last_accepting_state;
1580 yy_current_state = yy_get_previous_state( yyscanner );
1591 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
1599 yy_current_state = yy_next_state;
1606 yy_current_state = yyg->yy_last_accepting_state;
1646 yy_current_state = yy_get_previous_state( yyscanner );
1656 yy_current_state = yy_get_previous_state( yyscanner );
1816 register yy_state_type yy_current_state;
1820 yy_current_state = yyg->yy_start;
1825 if ( yy_accept[yy_current_state] )
1827 yyg->yy_last_accepting_state = yy_current_state;
1830 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1832 yy_current_state = (int) yy_def[yy_current_state];
1833 if ( yy_current_state >= 124 )
1836 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1839 return yy_current_state;
1847 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner)
1854 if ( yy_accept[yy_current_state] )
1856 yyg->yy_last_accepting_state = yy_current_state;
1859 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1861 yy_current_state = (int) yy_def[yy_current_state];
1862 if ( yy_current_state >= 124 )
1865 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1866 yy_is_jam = (yy_current_state == 123);
1868 return yy_is_jam ? 0 : yy_current_state;