Lines Matching refs:newline
38 * Double quotes allow $ ` " \ and newline to be escaped with backslash.
162 * like 'foo'\''bar'. Double quotes allow $, `, ", \, and newline to
202 * except newline, which is removed if it follows
280 * characters that appear in the input (except for newline
286 * 2) "If the current character is an unquoted newline character,
297 * characters up to, but excluding, the next newline character
298 * will be discarded as a comment. The newline character that
302 * consider an escaped newline character specially, a comment
371 /* we append nothing; backslash-newline become nothing */
387 /* Discard up to and including next newline */