Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c996 register yy_state_type yy_current_state; variable
1041 yy_current_state = (yy_start);
1043 while ( (yy_current_state = yy_nxt[yy_current_state][ yy_ec[YY_SC_TO_UI(*yy_cp)] ]) > 0 )
1046 yy_current_state = -yy_current_state;
1049 yy_act = yy_accept[yy_current_state];
1374 yy_current_state = yy_get_previous_state( );
1385 yy_next_state = yy_try_NUL_trans( yy_current_state );
1393 yy_current_state = yy_next_state;
1439 yy_current_state = yy_get_previous_state( );
1449 yy_current_state = yy_get_previous_state( );
[all …]
Dzconf.lex.c_shipped996 register yy_state_type yy_current_state;
1041 yy_current_state = (yy_start);
1043 while ( (yy_current_state = yy_nxt[yy_current_state][ yy_ec[YY_SC_TO_UI(*yy_cp)] ]) > 0 )
1046 yy_current_state = -yy_current_state;
1049 yy_act = yy_accept[yy_current_state];
1374 yy_current_state = yy_get_previous_state( );
1385 yy_next_state = yy_try_NUL_trans( yy_current_state );
1393 yy_current_state = yy_next_state;
1439 yy_current_state = yy_get_previous_state( );
1449 yy_current_state = yy_get_previous_state( );
[all …]
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped755 register yy_state_type yy_current_state;
799 yy_current_state = (yy_start);
800 yy_current_state += YY_AT_BOL();
805 if ( yy_accept[yy_current_state] )
807 (yy_last_accepting_state) = yy_current_state;
810 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
812 yy_current_state = (int) yy_def[yy_current_state];
813 if ( yy_current_state >= 73 )
816 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
819 while ( yy_base[yy_current_state] != 266 );
[all …]
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped851 register yy_state_type yy_current_state;
897 yy_current_state = (yy_start);
898 yy_current_state += YY_AT_BOL();
903 if ( yy_accept[yy_current_state] )
905 (yy_last_accepting_state) = yy_current_state;
908 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
910 yy_current_state = (int) yy_def[yy_current_state];
911 if ( yy_current_state >= 161 )
914 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
917 while ( yy_current_state != 160 );
[all …]