Home
last modified time | relevance | path

Searched refs:unexpected_end (Results 1 – 3 of 3) sorted by relevance

/external/bison/src/
Dscan-gram.l1114 unexpected_end (boundary start, char const *msgid, char const *token_end) in unexpected_end() function
1131 unexpected_end (start, N_("missing `%s' at end of file"), token_end); in unexpected_eof()
1142 unexpected_end (start, N_("missing `%s' at end of line"), token_end); in unexpected_newline()
Dscan-gram.c3768 unexpected_end (boundary start, char const *msgid, char const *token_end) in unexpected_end() function
3785 unexpected_end (start, N_("missing `%s' at end of file"), token_end); in unexpected_eof()
3796 unexpected_end (start, N_("missing `%s' at end of line"), token_end); in unexpected_newline()
/external/bison/
DChangeLog3935 (unexpected_end): New function.