Home | History | Annotate | Download | only in src

Lines Matching full:token_end

1110 | the expected TOKEN_END.					  |
1114 unexpected_end (boundary start, char const *msgid, char const *token_end)
1119 complain_at (loc, _(msgid), token_end);
1125 | An end of file was encountered and the expected TOKEN_END was missing. |
1129 unexpected_eof (boundary start, char const *token_end)
1131 token_end);
1140 unexpected_newline (boundary start, char const *token_end)
1142 unexpected_end (start, N_("missing `%s' at end of line"), token_end);