Lines Matching defs:newline
55 (traditionally / but anything except a backslash or a newline works).
94 l Print line, escaping \abfrtv (but not newline), octal escaping other
101 N Append next line of input to this line, separated by a newline
107 P Print this line up to first newline (from "N")
113 = Print the current line number (followed by a newline)
133 The first character after the "s" (anything but newline or
227 // Extend allocation to include new string, with newline between if newlen<0
231 int newline = newlen < 0;
234 if (newline) newlen = -newlen;
235 s = *old = xrealloc(*old, oldlen+newlen+newline+1);
236 if (newline) s[oldlen++] = '\n';
589 // We save filehandle and newline status before filename
637 // Force newline if noeol pending
968 // Resume logic differs from 's' case because we don't add a newline
973 // btTqQ: end with space or semicolon, aicrw continue to newline.
1005 // escape at end of line: resume if -e escaped literal newline,