Searched refs:YY_ (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c | 250 #ifndef YY_ 254 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro 257 # ifndef YY_ 258 # define YY_(msgid) msgid macro 837 yyerror (YY_("syntax error: cannot back up")); \ 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() [all …]
|
D | zconf.tab.c_shipped | 250 #ifndef YY_ 254 # define YY_(msgid) dgettext ("bison-runtime", msgid) 257 # ifndef YY_ 258 # define YY_(msgid) msgid 837 yyerror (YY_("syntax error: cannot back up")); \ 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")); [all …]
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 259 #ifndef YY_ 263 # define YY_(msgid) dgettext ("bison-runtime", msgid) 266 # ifndef YY_ 267 # define YY_(msgid) msgid 910 yyerror (YY_("syntax error: cannot back up")); \ 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")); [all …]
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 252 #ifndef YY_ 256 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) 259 # ifndef YY_ 260 # define YY_(Msgid) Msgid 770 yyerror (YY_("syntax error: cannot back up")); \ 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")); [all …]
|