Lines Matching refs:token_end
3676 | the expected TOKEN_END. |
3680 unexpected_end (boundary start, char const *msgid, char const *token_end)
3685 token_end = quote (token_end);
3687 if (!strcmp (token_end, "'\\''"))
3688 token_end = "\"'\"";
3689 complain_at (loc, _(msgid), token_end);
3695 | An end of file was encountered and the expected TOKEN_END was missing. |
3699 unexpected_eof (boundary start, char const *token_end)
3701 unexpected_end (start, N_("missing %s at end of file"), token_end);
3710 unexpected_newline (boundary start, char const *token_end)
3712 unexpected_end (start, N_("missing %s at end of line"), token_end);