HomeSort by: relevance | last modified time | path
    Searched refs:NEWLINE (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/external/bsd/am-utils/dist/amd/
conf_parse.y 76 %token NEWLINE
89 newlines : NEWLINE
90 | NEWLINE newlines
100 sec_header : LEFT_BRACKET NONWS_STRING RIGHT_BRACKET NEWLINE
112 kv_pair : NONWS_STRING EQUAL NONWS_STRING NEWLINE
122 | NONWS_STRING EQUAL NONWSEQ_STRING NEWLINE
132 | NONWS_STRING EQUAL QUOTED_NONWSEQ_STRING NEWLINE
142 | NEWLINE
sun_map_tok.l 170 return NEWLINE;
sun_map_parse.y 87 %token NEWLINE COMMENT WSPACE
104 new_lines : NEWLINE
105 | NEWLINE new_lines
  /src/external/gpl3/binutils/dist/binutils/
arparse.h 57 NEWLINE = 258, /* NEWLINE */
83 #define NEWLINE 258
arlex.l 88 "\n" { linenumber ++; return NEWLINE; }
arparse.y 43 %token NEWLINE
77 command NEWLINE { prompt(); }
  /src/external/gpl3/binutils.old/dist/binutils/
arparse.h 57 NEWLINE = 258, /* NEWLINE */
83 #define NEWLINE 258
arlex.l 88 "\n" { linenumber ++; return NEWLINE; }
arparse.y 43 %token NEWLINE
77 command NEWLINE { prompt(); }
  /src/external/bsd/flex/dist/examples/manual/
front.y 23 %token NEWLINE
48 | sentence_list NEWLINE sentence
front.lex 37 "\n" yylexlinenum++; return(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/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/gdb/dist/readline/readline/
chardefs.h 129 #ifndef NEWLINE
130 #define NEWLINE '\n'
  /src/external/gpl3/gdb.old/dist/readline/readline/
chardefs.h 129 #ifndef NEWLINE
130 #define NEWLINE '\n'
  /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
  /src/usr.bin/error/
error.h 140 #define NEWLINE "%%%\n"
148 #define TROFFOUTCOMMENT NEWLINE
  /src/usr.sbin/npf/npfctl/
npf_scan.l 136 \n yylineno++; yycolumn = 0; return NEWLINE;
npf_parse.y 143 %token NEWLINE
264 : NEWLINE
354 : opt_nl NEWLINE
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 159 NEWLINE = 360, /* NEWLINE */
304 #define NEWLINE 360
  /src/external/bsd/atf/dist/tools/
atf-report_test.sh 268 tp, #.#, tp5, bogus, Invalid format for test case list: 1: Unexpected token \`<<NEWLINE>>'; expected \`:'
305 tp5: BOGUS TEST PROGRAM: Cannot trust its results because of \`Invalid format for test case list: 1: Unexpected token \`<<NEWLINE>>'; expected \`:''
364 <failed>Invalid format for test case list: 1: Unexpected token \`&lt;&lt;NEWLINE&gt;&gt;'; expected \`:'</failed>
  /src/external/bsd/unbound/dist/util/
configlexer.lex 202 NEWLINE [\r\n]
612 <INITIAL,val>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++; }
622 <quotedstring>{NEWLINE} { yyerror("newline inside quoted string, no end \"");
643 <singlequotedstr>{NEWLINE} { yyerror("newline inside quoted string, no end '");
664 <include>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++;}
676 <include_quoted>{NEWLINE} { yyerror("newline before \" in include name");
706 <include_toplevel>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++;
    [all...]
configparser.h 59 NEWLINE = 260, /* NEWLINE */
445 #define NEWLINE 260

Completed in 30 milliseconds

1 2 3