Home | History | Annotate | Download | only in src

Lines Matching refs:quote

35 #include <quote.h>
261 complain_at (*loc, _("invalid directive: %s"), quote (yytext));
321 complain_at (*loc, _("invalid character: %s"), quote (yytext));
395 | The initial quote is already eaten. |
414 | The initial quote is already eaten. |
454 complain_at (*loc, _("invalid escape sequence: %s"), quote (yytext));
456 complain_at (*loc, _("invalid null character: %s"), quote (yytext));
465 complain_at (*loc, _("invalid escape sequence: %s"), quote (yytext));
467 complain_at (*loc, _("invalid null character: %s"), quote (yytext));
486 complain_at (*loc, _("invalid escape sequence: %s"), quote (yytext));
488 complain_at (*loc, _("invalid null character: %s"), quote (yytext));
493 complain_at (*loc, _("unrecognized escape sequence: %s"), quote (yytext));
891 complain_at (loc, _("integer out of range: %s"), quote (text));
927 complain_at (loc, _("invalid value: %s"), quote (text));
958 complain_at (loc, _("integer out of range: %s"), quote (text));
993 complain_at (loc, _("invalid value: %s"), quote (text));
1009 complain_at (loc, _("integer out of range: %s"), quote (number));