Searched refs:unexpected_newline (Results 1 – 3 of 3) sorted by relevance
/external/bison/src/ |
D | scan-gram.l | 142 static void unexpected_newline (boundary, char const *); 408 \n unexpected_newline (token_start, "\""); BEGIN INITIAL; 435 \n unexpected_newline (token_start, "'"); BEGIN INITIAL; 510 \n unexpected_newline (token_start, "'"); BEGIN context_state; 517 \n unexpected_newline (token_start, "\""); BEGIN context_state; 1140 unexpected_newline (boundary start, char const *token_end) in unexpected_newline() function
|
D | scan-gram.c | 1003 static void unexpected_newline (boundary, char const *); 1849 unexpected_newline (token_start, "\""); BEGIN INITIAL; 1886 unexpected_newline (token_start, "'"); BEGIN INITIAL; 2020 unexpected_newline (token_start, "'"); BEGIN context_state; 2038 unexpected_newline (token_start, "\""); BEGIN context_state; 3794 unexpected_newline (boundary start, char const *token_end) in unexpected_newline() function
|
/external/bison/ |
D | ChangeLog | 3937 (unexpected_newline): New function.
|