Lines Matching full:escaped
102 an initial pass to strip out trigraphs and escaped newlines, but handles
209 sequences of escaped newlines, deferring to `handle_newline' to handle
213 trigraphs and backlash-escaped newlines. Trigraphs are processed before
216 is possible for the trigraph `??/' to introduce an escaped newline.
218 Escaped newlines are tedious because theoretically they can occur
227 introducing an escaped newline, or the `?' introducing the trigraph
228 sequence that represents the `\' of an escaped newline. If it
230 any potential escaped newlines before checking whether the number has
235 `+=' token; it needs to be prepared for an escaped newline of some
237 the first character after any intervening escaped newlines.
261 the terminators of header names to be escaped; the first `"' or `>'
739 lexed on if, for example, there are intervening escaped newlines or
999 * escaped newlines: Lexer. (line 6)