Searched refs:YYCASE_ (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 1280 # define YYCASE_(N, S) \ in yysyntax_error() macro 1284 YYCASE_(0, YY_("syntax error")); in yysyntax_error() 1285 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error() 1286 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error() 1287 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error() 1288 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error() 1289 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error() 1290 # undef YYCASE_ in yysyntax_error()
|
D | zconf.tab.c_shipped | 1280 # define YYCASE_(N, S) \ 1284 YYCASE_(0, YY_("syntax error")); 1285 YYCASE_(1, YY_("syntax error, unexpected %s")); 1286 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); 1287 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); 1288 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); 1289 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); 1290 # undef YYCASE_
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 1319 # define YYCASE_(N, S) \ 1323 YYCASE_(0, YY_("syntax error")); 1324 YYCASE_(1, YY_("syntax error, unexpected %s")); 1325 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); 1326 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); 1327 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); 1328 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); 1329 # undef YYCASE_
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 1121 # define YYCASE_(N, S) \ 1125 YYCASE_(0, YY_("syntax error")); 1126 YYCASE_(1, YY_("syntax error, unexpected %s")); 1127 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); 1128 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); 1129 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); 1130 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); 1131 # undef YYCASE_
|