Lines Matching refs:yy_current_state

1672 	register yy_state_type yy_current_state;
1716 yy_current_state = yy_start;
1717 yy_current_state += YY_AT_BOL();
1722 if ( yy_accept[yy_current_state] )
1724 yy_last_accepting_state = yy_current_state;
1727 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1729 yy_current_state = (int) yy_def[yy_current_state];
1730 if ( yy_current_state >= 607 )
1733 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1736 while ( yy_base[yy_current_state] != 3665 );
1739 yy_act = yy_accept[yy_current_state];
1743 yy_current_state = yy_last_accepting_state;
1744 yy_act = yy_accept[yy_current_state];
1759 yy_current_state = yy_last_accepting_state;
2494 yy_current_state = yy_get_previous_state();
2505 yy_next_state = yy_try_NUL_trans( yy_current_state );
2513 yy_current_state = yy_next_state;
2559 yy_current_state = yy_get_previous_state();
2569 yy_current_state = yy_get_previous_state();
2728 register yy_state_type yy_current_state;
2731 yy_current_state = yy_start;
2732 yy_current_state += YY_AT_BOL();
2737 if ( yy_accept[yy_current_state] )
2739 yy_last_accepting_state = yy_current_state;
2742 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
2744 yy_current_state = (int) yy_def[yy_current_state];
2745 if ( yy_current_state >= 607 )
2748 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
2751 return yy_current_state;
2762 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
2764 static yy_state_type yy_try_NUL_trans( yy_current_state )
2765 yy_state_type yy_current_state;
2772 if ( yy_accept[yy_current_state] )
2774 yy_last_accepting_state = yy_current_state;
2777 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
2779 yy_current_state = (int) yy_def[yy_current_state];
2780 if ( yy_current_state >= 607 )
2783 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
2784 yy_is_jam = (yy_current_state == 606);
2786 return yy_is_jam ? 0 : yy_current_state;