Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped911 #define YYBACKUP(Token, Value) \
2167 if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an
2169 case of YYERROR or YYBACKUP, subsequent parser actions might lead
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped712 #define YYBACKUP(Token, Value) \
2025 if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an
2027 case of YYERROR or YYBACKUP, subsequent parser actions might lead
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped845 #define YYBACKUP(Token, Value) \
2110 if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an
2112 case of YYERROR or YYBACKUP, subsequent parser actions might lead
Dzconf.tab.c845 #define YYBACKUP(Token, Value) \ macro