• Home
  • Raw
  • Download

Lines Matching refs:yy_current_state

1482 	register yy_state_type yy_current_state;  variable
1535 yy_current_state = yy_start;
1536 yy_current_state += YY_AT_BOL();
1541 if ( yy_accept[yy_current_state] )
1543 yy_last_accepting_state = yy_current_state;
1546 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1548 yy_current_state = (int) yy_def[yy_current_state];
1549 if ( yy_current_state >= 769 )
1552 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1555 while ( yy_base[yy_current_state] != 2716 );
1558 yy_act = yy_accept[yy_current_state];
1562 yy_current_state = yy_last_accepting_state;
1563 yy_act = yy_accept[yy_current_state];
1578 yy_current_state = yy_last_accepting_state;
2790 yy_current_state = yy_get_previous_state();
2801 yy_next_state = yy_try_NUL_trans( yy_current_state );
2809 yy_current_state = yy_next_state;
2855 yy_current_state = yy_get_previous_state();
2865 yy_current_state = yy_get_previous_state();
3024 register yy_state_type yy_current_state; in yy_get_previous_state() local
3027 yy_current_state = yy_start; in yy_get_previous_state()
3028 yy_current_state += YY_AT_BOL(); in yy_get_previous_state()
3033 if ( yy_accept[yy_current_state] ) in yy_get_previous_state()
3035 yy_last_accepting_state = yy_current_state; in yy_get_previous_state()
3038 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_get_previous_state()
3040 yy_current_state = (int) yy_def[yy_current_state]; in yy_get_previous_state()
3041 if ( yy_current_state >= 769 ) in yy_get_previous_state()
3044 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; in yy_get_previous_state()
3047 return yy_current_state; in yy_get_previous_state()
3058 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state ) in yy_try_NUL_trans() argument
3060 static yy_state_type yy_try_NUL_trans( yy_current_state ) in yy_try_NUL_trans()
3061 yy_state_type yy_current_state; in yy_try_NUL_trans()
3068 if ( yy_accept[yy_current_state] )
3070 yy_last_accepting_state = yy_current_state;
3073 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
3075 yy_current_state = (int) yy_def[yy_current_state];
3076 if ( yy_current_state >= 769 )
3079 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
3080 yy_is_jam = (yy_current_state == 768);
3082 return yy_is_jam ? 0 : yy_current_state;