Searched refs:token_end (Results 1 – 2 of 2) sorted by relevance
/external/bison/src/ |
D | scan-gram.l | 1114 unexpected_end (boundary start, char const *msgid, char const *token_end) in unexpected_end() argument 1119 complain_at (loc, _(msgid), token_end); in unexpected_end() 1129 unexpected_eof (boundary start, char const *token_end) in unexpected_eof() argument 1131 unexpected_end (start, N_("missing `%s' at end of file"), token_end); in unexpected_eof() 1140 unexpected_newline (boundary start, char const *token_end) in unexpected_newline() argument 1142 unexpected_end (start, N_("missing `%s' at end of line"), token_end); in unexpected_newline()
|
D | scan-gram.c | 3768 unexpected_end (boundary start, char const *msgid, char const *token_end) in unexpected_end() argument 3773 complain_at (loc, _(msgid), token_end); in unexpected_end() 3783 unexpected_eof (boundary start, char const *token_end) in unexpected_eof() argument 3785 unexpected_end (start, N_("missing `%s' at end of file"), token_end); in unexpected_eof() 3794 unexpected_newline (boundary start, char const *token_end) in unexpected_newline() argument 3796 unexpected_end (start, N_("missing `%s' at end of line"), token_end); in unexpected_newline()
|