Home
last modified time | relevance | path

Searched refs:yy_current_state (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped791 register yy_state_type yy_current_state;
837 yy_current_state = (yy_start);
842 if ( yy_accept[yy_current_state] )
844 (yy_last_accepting_state) = yy_current_state;
847 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
849 yy_current_state = (int) yy_def[yy_current_state];
850 if ( yy_current_state >= 94 )
853 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
856 while ( yy_current_state != 93 );
858 yy_current_state = (yy_last_accepting_state);
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.c1011 register yy_state_type yy_current_state; variable
1056 yy_current_state = (yy_start);
1058 while ( (yy_current_state = yy_nxt[yy_current_state][ yy_ec[YY_SC_TO_UI(*yy_cp)] ]) > 0 )
1061 yy_current_state = -yy_current_state;
1064 yy_act = yy_accept[yy_current_state];
1389 yy_current_state = yy_get_previous_state( );
1400 yy_next_state = yy_try_NUL_trans( yy_current_state );
1408 yy_current_state = yy_next_state;
1454 yy_current_state = yy_get_previous_state( );
1464 yy_current_state = yy_get_previous_state( );
[all …]
H A Dlex.zconf.c_shipped1011 register yy_state_type yy_current_state;
1056 yy_current_state = (yy_start);
1058 while ( (yy_current_state = yy_nxt[yy_current_state][ yy_ec[YY_SC_TO_UI(*yy_cp)] ]) > 0 )
1061 yy_current_state = -yy_current_state;
1064 yy_act = yy_accept[yy_current_state];
1389 yy_current_state = yy_get_previous_state( );
1400 yy_next_state = yy_try_NUL_trans( yy_current_state );
1408 yy_current_state = yy_next_state;
1454 yy_current_state = yy_get_previous_state( );
1464 yy_current_state = yy_get_previous_state( );
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped907 register yy_state_type yy_current_state;
967 yy_current_state = (yy_start);
968 yy_current_state += YY_AT_BOL();
973 if ( yy_accept[yy_current_state] )
975 (yy_last_accepting_state) = yy_current_state;
978 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
980 yy_current_state = (int) yy_def[yy_current_state];
981 if ( yy_current_state >= 73 )
984 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
987 while ( yy_base[yy_current_state] != 266 );
[all …]