Lines Matching refs:quote
261 complain_at (*loc, _("invalid directive: %s"), quote (yytext));
321 complain_at (*loc, _("invalid character: %s"), quote (yytext));
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)); in handle_action_dollar()
927 complain_at (loc, _("invalid value: %s"), quote (text)); in handle_dollar()
958 complain_at (loc, _("integer out of range: %s"), quote (text)); in handle_action_at()
993 complain_at (loc, _("invalid value: %s"), quote (text)); in handle_at()
1009 complain_at (loc, _("integer out of range: %s"), quote (number)); in scan_integer()