Lines Matching full:newlines
102 an initial pass to strip out trigraphs and escaped newlines, but handles
206 Handling newlines like this is made simpler by doing it in one place
209 sequences of escaped newlines, deferring to `handle_newline' to handle
210 the newlines themselves.
213 trigraphs and backlash-escaped newlines. Trigraphs are processed before
218 Escaped newlines are tedious because theoretically they can occur
230 any potential escaped newlines before checking whether the number has
237 the first character after any intervening escaped newlines.
305 (newlines within comments do not count either), to start lexing back at
739 lexed on if, for example, there are intervening escaped newlines or
999 * escaped newlines: Lexer. (line 6)
1013 * newlines: Lexer. (line 6)