Lines Matching full:newlines
103 an initial pass to strip out trigraphs and escaped newlines, but handles
207 Handling newlines like this is made simpler by doing it in one place
210 sequences of escaped newlines, deferring to `handle_newline' to handle
211 the newlines themselves.
214 trigraphs and backlash-escaped newlines. Trigraphs are processed before
219 Escaped newlines are tedious because theoretically they can occur
231 any potential escaped newlines before checking whether the number has
238 the first character after any intervening escaped newlines.
306 (newlines within comments do not count either), to start lexing back at
740 lexed on if, for example, there are intervening escaped newlines or
1000 * escaped newlines: Lexer. (line 6)
1014 * newlines: Lexer. (line 6)