Searched refs:YY_ (Results 1 – 8 of 8) sorted by relevance
/external/bluez/utils/rfcomm/ |
D | parser.c | 238 #ifndef YY_ 242 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro 245 # ifndef YY_ 246 # define YY_(msgid) msgid macro 619 yyerror (YY_("syntax error: cannot back up")); \ 987 YY_("syntax error, unexpected %s"); in yysyntax_error() 988 YY_("syntax error, unexpected %s, expecting %s"); in yysyntax_error() 989 YY_("syntax error, unexpected %s, expecting %s or %s"); in yysyntax_error() 990 YY_("syntax error, unexpected %s, expecting %s or %s or %s"); in yysyntax_error() 991 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); in yysyntax_error() [all …]
|
/external/bluez/utils/hcid/ |
D | parser.c | 280 #ifndef YY_ 284 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro 287 # ifndef YY_ 288 # define YY_(msgid) msgid macro 718 yyerror (YY_("syntax error: cannot back up")); \ 1086 YY_("syntax error, unexpected %s"); in yysyntax_error() 1087 YY_("syntax error, unexpected %s, expecting %s"); in yysyntax_error() 1088 YY_("syntax error, unexpected %s, expecting %s or %s"); in yysyntax_error() 1089 YY_("syntax error, unexpected %s, expecting %s or %s or %s"); in yysyntax_error() 1090 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); in yysyntax_error() [all …]
|
/external/bison/data/ |
D | yacc.c | 264 #ifndef YY_ 268 # define YY_(msgid) dgettext ("bison-runtime", msgid) 271 # ifndef YY_ 272 # define YY_(msgid) msgid 581 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \ 866 YY_("syntax error, unexpected %s"); 867 YY_("syntax error, unexpected %s, expecting %s"); 868 YY_("syntax error, unexpected %s, expecting %s or %s"); 869 YY_("syntax error, unexpected %s, expecting %s or %s or %s"); 870 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); [all …]
|
D | lalr1.cc | 320 #ifndef YY_ 324 # define YY_(msgid) dgettext ("bison-runtime", msgid) 327 # ifndef YY_ 328 # define YY_(msgid) msgid 878 res = YY_("syntax error");
|
D | glr.c | 242 #ifndef YY_ 246 # define YY_(msgid) dgettext ("bison-runtime", msgid) 249 # ifndef YY_ 250 # define YY_(msgid) msgid 916 return yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")), \ 1801 yyerror (]b4_yyerror_args[YY_("syntax is ambiguous")); 2138 yyf = YY_(yyformat); 2168 yyerror (]b4_lyyerror_args[YY_("syntax error")); 2174 yyerror (]b4_lyyerror_args[YY_("syntax error")); 2428 yyFail (&yystack][]b4_lpure_args[, YY_("syntax error")); [all …]
|
/external/bison/src/ |
D | parse-gram.c | 363 #ifndef YY_ 367 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro 370 # ifndef YY_ 371 # define YY_(msgid) msgid macro 860 yyerror (YY_("syntax error: cannot back up")); \ 1314 YY_("syntax error, unexpected %s"); in yysyntax_error() 1315 YY_("syntax error, unexpected %s, expecting %s"); in yysyntax_error() 1316 YY_("syntax error, unexpected %s, expecting %s or %s"); in yysyntax_error() 1317 YY_("syntax error, unexpected %s, expecting %s or %s or %s"); in yysyntax_error() 1318 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); in yysyntax_error() [all …]
|
/external/libpcap/ |
D | grammar.c | 479 #ifndef YY_ 483 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro 486 # ifndef YY_ 487 # define YY_(msgid) msgid macro 1156 yyerror (YY_("syntax error: cannot back up")); \ 1639 yyoverflow (YY_("memory exhausted"), 2765 YY_("syntax error, unexpected %s"); 2766 YY_("syntax error, unexpected %s, expecting %s"); 2767 YY_("syntax error, unexpected %s, expecting %s or %s"); 2768 YY_("syntax error, unexpected %s, expecting %s or %s or %s"); [all …]
|
/external/bison/ |
D | ChangeLog | 2250 * bootstrap: Change gettext keyword from YYI18N to YY_. 2253 * data/glr.c (YY_): New macro, from yacc.c. 2259 * data/lalr1.cc (YY_): Renamed from _. All uses changed. 2264 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
|