HomeSort by: relevance | last modified time | path
    Searched defs:NEWLINE (Results 1 - 19 of 19) 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/external/gpl3/binutils/dist/binutils/
arparse.h 57 NEWLINE = 258, /* NEWLINE */
83 #define NEWLINE 258
arparse.c 150 NEWLINE = 258, /* NEWLINE */
176 #define NEWLINE 258
228 YYSYMBOL_NEWLINE = 3, /* NEWLINE */
678 "\"end of file\"", "error", "\"invalid token\"", "NEWLINE", "VERBOSE",
1264 case 6: /* command_line: command NEWLINE */
  /src/external/gpl3/binutils.old/dist/binutils/
arparse.h 57 NEWLINE = 258, /* NEWLINE */
83 #define NEWLINE 258
arparse.c 150 NEWLINE = 258, /* NEWLINE */
176 #define NEWLINE 258
228 YYSYMBOL_NEWLINE = 3, /* NEWLINE */
678 "\"end of file\"", "error", "\"invalid token\"", "NEWLINE", "VERBOSE",
1264 case 6: /* command_line: command NEWLINE */
  /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;
290 NEWLINE;
324 NEWLINE;
338 NEWLINE;
366 NEWLINE;
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/
chardefs.h 129 #ifndef NEWLINE
130 #define NEWLINE '\n'
  /src/external/gpl3/gdb.old/dist/readline/readline/
chardefs.h 128 #ifndef NEWLINE
129 #define NEWLINE '\n'
  /src/usr.bin/error/
error.h 140 #define NEWLINE "%%%\n"
148 #define TROFFOUTCOMMENT NEWLINE
  /src/sys/sys/
tty.h 217 #define NEWLINE 3
  /src/external/bsd/byacc/dist/
defs.h 83 #define NEWLINE '\n' /* line feed */
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 106 #define NEWLINE 359
ldgram.c 242 #define NEWLINE 359
2108 "NEWLINE","ENDWORD","ORDER","NAMEWORD","ASSERT_K","LOG2CEIL","FORMAT","PUBLIC",
2154 "mri_script_lines : mri_script_lines mri_script_command NEWLINE",
ldlex.c 211 * each newline.
2529 { ++ lineno; RTOKEN(NEWLINE); }
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 159 NEWLINE = 360, /* NEWLINE */
304 #define NEWLINE 360
ldlex.c 211 * each newline.
2529 { ++ lineno; RTOKEN(NEWLINE); }
ldgram.c 260 NEWLINE = 360, /* NEWLINE */
405 #define NEWLINE 360
617 YYSYMBOL_NEWLINE = 121, /* NEWLINE */
1273 "AS_NEEDED", "CHIP", "LIST", "SECT", "ABSOLUTE", "LOAD", "NEWLINE",
  /src/external/bsd/unbound/dist/util/
configparser.h 59 NEWLINE = 260, /* NEWLINE */
442 #define NEWLINE 260

Completed in 74 milliseconds