Home | History | Annotate | Download | only in info

Lines Matching full:escaped

103 an initial pass to strip out trigraphs and escaped newlines, but handles
210 sequences of escaped newlines, deferring to `handle_newline' to handle
214 trigraphs and backlash-escaped newlines. Trigraphs are processed before
217 is possible for the trigraph `??/' to introduce an escaped newline.
219 Escaped newlines are tedious because theoretically they can occur
228 introducing an escaped newline, or the `?' introducing the trigraph
229 sequence that represents the `\' of an escaped newline. If it
231 any potential escaped newlines before checking whether the number has
236 `+=' token; it needs to be prepared for an escaped newline of some
238 the first character after any intervening escaped newlines.
262 the terminators of header names to be escaped; the first `"' or `>'
740 lexed on if, for example, there are intervening escaped newlines or
1000 * escaped newlines: Lexer. (line 6)