Lines Matching defs:newline
289 * A string literal that results in a newline character when it
292 const char *newline;
394 "'\n'", /* .newline */
417 "'\n'", /* .newline */
443 "'\n'", /* .newline */
466 "'\\\n'", /* .newline */
1789 p++; /* skip over the (XXX: assumed) newline */
2075 /* Return the shell string literal that results in a newline character. */
2079 return shell->newline;
2239 * newline String literal to represent a newline character.
2300 } else if (strncmp(arg, "newline=", 8) == 0) {
2301 newShell.newline = arg + 8;