Lines Matching refs:newline
65 /* Given str, (that's expected to start with a newline terminator of some
66 * sort), return a pointer to the first character in str after the newline.
68 * A newline terminator can be any of the following sequences:
115 const char *backslash, *newline, *search_start;
139 * newline terminators and will properly handle line continuation
144 * examining the first encountered newline terminator, and using the
170 * occurrence of a newline character to avoid changing any
177 newline = cr < lf ? cr : lf;
179 newline = cr;
181 newline = lf;
182 if (newline &&
183 (backslash == NULL || newline < backslash))
186 newline - shader + 1);
193 shader = skip_newline (newline);
204 * newline), copy all preceding text to the output, then
206 * newline.