Searched refs:YYCASE_ (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c | 1258 # define YYCASE_(N, S) \ in yysyntax_error() macro 1262 YYCASE_(0, YY_("syntax error")); in yysyntax_error() 1263 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error() 1264 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error() 1265 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error() 1266 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error() 1267 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error() 1268 # undef YYCASE_ in yysyntax_error()
|
D | zconf.tab.c_shipped | 1258 # define YYCASE_(N, S) \ 1262 YYCASE_(0, YY_("syntax error")); 1263 YYCASE_(1, YY_("syntax error, unexpected %s")); 1264 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); 1265 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); 1266 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); 1267 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); 1268 # undef YYCASE_
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 1333 # define YYCASE_(N, S) \ 1337 YYCASE_(0, YY_("syntax error")); 1338 YYCASE_(1, YY_("syntax error, unexpected %s")); 1339 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); 1340 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); 1341 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); 1342 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); 1343 # undef YYCASE_
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 1162 # define YYCASE_(N, S) \ 1166 YYCASE_(0, YY_("syntax error")); 1167 YYCASE_(1, YY_("syntax error, unexpected %s")); 1168 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); 1169 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); 1170 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); 1171 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); 1172 # undef YYCASE_
|