Searched defs:YY_ (Results 1 - 5 of 5) sorted by relevance

/external/bison/data/
H A Dlalr1.cc320 #ifndef YY_
324 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
327 # ifndef YY_
328 # define YY_(msgid) msgid macro
859 // Then, invoke YY_ on this string.
878 res = YY_("syntax error");
H A Dglr.c242 #ifndef YY_
246 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
249 # ifndef YY_
250 # define YY_(msgid) msgid macro
917 return yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")), \
1803 yyerror (]b4_yyerror_args[YY_("syntax is ambiguous"));
2140 yyf = YY_(yyformat);
2170 yyerror (]b4_lyyerror_args[YY_("syntax error"));
2176 yyerror (]b4_lyyerror_args[YY_("syntax error"));
2430 yyFail (&yystack][]b4_lpure_args[, YY_("synta
[all...]
H A Dyacc.c264 #ifndef YY_
268 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
271 # ifndef YY_
272 # define YY_(msgid) msgid macro
581 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \
867 YY_("syntax error, unexpected %s");
868 YY_("syntax error, unexpected %s, expecting %s");
869 YY_("syntax error, unexpected %s, expecting %s or %s");
870 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
871 YY_("synta
[all...]
/external/bison/src/
H A Dparse-gram.c363 #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")); \
1315 YY_("syntax error, unexpected %s");
1316 YY_("syntax error, unexpected %s, expecting %s");
1317 YY_("syntax error, unexpected %s, expecting %s or %s");
1318 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1319 YY_("synta
[all...]
/external/libpcap/
H A Dgrammar.c479 #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")); \
1642 yyoverflow (YY_("memory exhausted"),
2769 YY_("syntax error, unexpected %s");
2770 YY_("syntax error, unexpected %s, expecting %s");
2771 YY_("syntax error, unexpected %s, expecting %s or %s");
2772 YY_("synta
[all...]

Completed in 39 milliseconds