HomeSort by: relevance | last modified time | path
    Searched defs:NEWLINE (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varname-dot-newline.mk 1 # $NetBSD: varname-dot-newline.mk,v 1.7 2024/06/15 22:06:31 rillig Exp $
3 # Tests for the special .newline variable, which contains a single newline
8 # > After all macro expansion is complete, when an escaped <newline> is
10 # > shall contain the <backslash>, the <newline>, and the next line, except
14 # The above quote assumes that each resulting <newline> character has a "next
15 # line", but that's not how the .newline variable works.
16 BACKSLASH_NEWLINE:= \${.newline}
19 # Check that .newline is read-only
21 NEWLINE:= ${.newline
    [all...]
  /src/usr.sbin/autofs/
common.h 118 #define NEWLINE 2
  /src/usr.bin/config/
mkioconf.c 79 * NEWLINE can only be used in the emitXXX functions.
82 #define NEWLINE putc('\n', fp)
221 NEWLINE;
224 NEWLINE;
252 NEWLINE;
273 NEWLINE;
288 NEWLINE;
306 NEWLINE;
348 NEWLINE;
  /src/usr.bin/error/
error.h 140 #define NEWLINE "%%%\n"
148 #define TROFFOUTCOMMENT NEWLINE
  /src/sys/sys/
tty.h 217 #define NEWLINE 3

Completed in 75 milliseconds