Home
last modified time | relevance | path

Searched refs:yy_act (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c878 int yy_act; variable
947 yy_act = yy_accept[yy_current_state];
951 if ( yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act] )
963 switch ( yy_act )
1240 yy_act = YY_STATE_EOF(YY_START);
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.c733 int yy_act; variable
801 yy_act = yy_accept[yy_current_state];
802 if ( yy_act == 0 )
806 yy_act = yy_accept[yy_current_state];
813 switch ( yy_act )
1017 yy_act = YY_STATE_EOF(YY_START);
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.lex.c
H A Dzconf.lex.c_shipped1035 register int yy_act;
1086 yy_act = yy_accept[yy_current_state];
1092 switch ( yy_act )
1476 yy_act = YY_STATE_EOF(YY_START);
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c
H A Ddtc-lexer.lex.c_shipped852 int yy_act;
922 yy_act = yy_accept[yy_current_state];
928 switch ( yy_act )
1345 yy_act = YY_STATE_EOF(YY_START);
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.lex.c_shipped164 * access to the local variable yy_act. Since yyless() is a macro, it would break
166 * One obvious solution it to make yy_act a global. I tried that, and saw
167 * a 5% performance hit in a non-yylineno scanner, because yy_act is
1026 int yy_act;
1079 yy_act = yy_accept[yy_current_state];
1083 if ( yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act] )
1095 switch ( yy_act )
1479 yy_act = YY_STATE_EOF(YY_START);