Home | History | Annotate | Download | only in src

Lines Matching refs:complain_at

1620     complain_at (*loc, _("invalid directive: %s"), quote (gram_text));
1722 complain_at (*loc, _("invalid character: %s"), quote (gram_text));
1898 complain_at (*loc, _("invalid null character"));
1912 complain_at (*loc, _("invalid escape sequence: %s"), quote (gram_text));
1914 complain_at (*loc, _("invalid null character: %s"), quote (gram_text));
1926 complain_at (*loc, _("invalid escape sequence: %s"), quote (gram_text));
1928 complain_at (*loc, _("invalid null character: %s"), quote (gram_text));
1980 complain_at (*loc, _("invalid escape sequence: %s"), quote (gram_text));
1982 complain_at (*loc, _("invalid null character: %s"), quote (gram_text));
1992 complain_at (*loc, _("unrecognized escape sequence: %s"), quote (gram_text));
2115 complain_at (*loc, _("missing `{' in %s"),
3515 complain_at (loc, _("$$ of `%s' has no declared type"),
3535 complain_at (loc, _("$%d of `%s' has no declared type"),
3545 complain_at (loc, _("integer out of range: %s"), quote (text));
3581 complain_at (loc, _("invalid value: %s"), quote (text));
3612 complain_at (loc, _("integer out of range: %s"), quote (text));
3647 complain_at (loc, _("invalid value: %s"), quote (text));
3663 complain_at (loc, _("integer out of range: %s"), quote (number));
3773 complain_at (loc, _(msgid), token_end);