Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c1033 register yy_state_type yy_current_state; variable
1078 yy_current_state = (yy_start);
1080 while ( (yy_current_state = yy_nxt[yy_current_state][ yy_ec[YY_SC_TO_UI(*yy_cp)] ]) > 0 )
1083 yy_current_state = -yy_current_state;
1086 yy_act = yy_accept[yy_current_state];
1427 yy_current_state = yy_get_previous_state( );
1438 yy_next_state = yy_try_NUL_trans( yy_current_state );
1446 yy_current_state = yy_next_state;
1492 yy_current_state = yy_get_previous_state( );
1502 yy_current_state = yy_get_previous_state( );
[all …]
Dzconf.lex.c_shipped1033 register yy_state_type yy_current_state;
1078 yy_current_state = (yy_start);
1080 while ( (yy_current_state = yy_nxt[yy_current_state][ yy_ec[YY_SC_TO_UI(*yy_cp)] ]) > 0 )
1083 yy_current_state = -yy_current_state;
1086 yy_act = yy_accept[yy_current_state];
1427 yy_current_state = yy_get_previous_state( );
1438 yy_next_state = yy_try_NUL_trans( yy_current_state );
1446 yy_current_state = yy_next_state;
1492 yy_current_state = yy_get_previous_state( );
1502 yy_current_state = yy_get_previous_state( );
[all …]
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped852 register yy_state_type yy_current_state;
899 yy_current_state = (yy_start);
900 yy_current_state += YY_AT_BOL();
905 if ( yy_accept[yy_current_state] )
907 (yy_last_accepting_state) = yy_current_state;
910 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
912 yy_current_state = (int) yy_def[yy_current_state];
913 if ( yy_current_state >= 159 )
916 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
919 while ( yy_current_state != 158 );
[all …]
/linux-4.4.14/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 …]