Lines Matching refs:unexpected_eof
141 static void unexpected_eof (boundary, char const *);
366 <<EOF>> unexpected_eof (token_start, "*/"); BEGIN context_state;
377 <<EOF>> unexpected_eof (token_start, "*/"); BEGIN context_state;
409 <<EOF>> unexpected_eof (token_start, "\""); BEGIN INITIAL;
436 <<EOF>> unexpected_eof (token_start, "'"); BEGIN INITIAL;
511 <<EOF>> unexpected_eof (token_start, "'"); BEGIN context_state;
518 <<EOF>> unexpected_eof (token_start, "\""); BEGIN context_state;
585 <<EOF>> unexpected_eof (scanner_cursor, "{}"); BEGIN INITIAL;
648 <<EOF>> unexpected_eof (code_start, "}"); BEGIN INITIAL;
666 <<EOF>> unexpected_eof (code_start, "%}"); BEGIN INITIAL;
1129 unexpected_eof (boundary start, char const *token_end) in unexpected_eof() function