Lines Matching refs:token_end
876 | the expected TOKEN_END. |
880 unexpected_end (boundary start, char const *msgid, char const *token_end)
885 token_end = quote (token_end);
887 if (!strcmp (token_end, "'\\''"))
888 token_end = "\"'\"";
889 complain_at (loc, _(msgid), token_end);
895 | An end of file was encountered and the expected TOKEN_END was missing. |
899 unexpected_eof (boundary start, char const *token_end)
901 unexpected_end (start, N_("missing %s at end of file"), token_end);
910 unexpected_newline (boundary start, char const *token_end)
912 unexpected_end (start, N_("missing %s at end of line"), token_end);