Home
last modified time | relevance | path

Searched refs:NEWLINE (Results 1 – 25 of 63) sorted by relevance

123

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dconf_parse.y76 %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
H A Dsun_map_parse.y87 %token NEWLINE COMMENT WSPACE
104 new_lines : NEWLINE
105 | NEWLINE new_lines
H A Dsun_map_tok.l170 return NEWLINE;
/netbsd-src/usr.bin/config/
H A Dmkioconf.c82 #define NEWLINE putc('\n', fp) macro
221 NEWLINE; in emitcfdrivers()
224 NEWLINE; in emitcfdrivers()
252 NEWLINE; in emitcfdrivers()
273 NEWLINE; in emitexterns()
288 NEWLINE; in emitcfattachinit()
306 NEWLINE; in emitcfattachinit()
348 NEWLINE; in emitparents()
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dtcp_table36 # .IP "\fBget\fR SPACE \fIkey\fR NEWLINE"
50 # .IP "\fB500\fR SPACE \fItext\fR NEWLINE"
53 # .IP "\fB400\fR SPACE \fItext\fR NEWLINE"
56 # .IP "\fB200\fR SPACE \fItext\fR NEWLINE"
69 # is guaranteed to not contain the % or NEWLINE character.
/netbsd-src/usr.bin/make/unit-tests/
H A Dvarname-dot-newline.mk21 NEWLINE:= ${.newline}
35 .if ${.newline} != ${NEWLINE}
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Darparse.h57 NEWLINE = 258, /* NEWLINE */ enumerator
83 #define NEWLINE 258 macro
H A Darparse.y43 %token NEWLINE
77 command NEWLINE { prompt(); }
H A Darlex.l88 "\n" { linenumber ++; return NEWLINE; }
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Darparse.h57 NEWLINE = 258, /* NEWLINE */ enumerator
83 #define NEWLINE 258 macro
H A Darparse.y43 %token NEWLINE
77 command NEWLINE { prompt(); }
H A Darlex.l88 "\n" { linenumber ++; return NEWLINE; }
/netbsd-src/external/bsd/flex/dist/examples/manual/
H A Dfront.y23 %token NEWLINE
48 | sentence_list NEWLINE sentence
H A Dfront.lex37 "\n" yylexlinenum++; return(NEWLINE);
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dchardefs.h128 #ifndef NEWLINE
129 #define NEWLINE '\n' macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dchardefs.h128 #ifndef NEWLINE
129 #define NEWLINE '\n' macro
H A Dinput.c300 if (k == NEWLINE || k == RETURN) in rl_gather_tyi()
433 key = NEWLINE; in rl_stuff_char()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldgram.h155 NEWLINE = 356, /* NEWLINE */ enumerator
295 #define NEWLINE 356 macro
/netbsd-src/usr.bin/error/
H A Derror.h140 #define NEWLINE "%%%\n" macro
148 #define TROFFOUTCOMMENT NEWLINE
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldgram.h159 NEWLINE = 360, /* NEWLINE */ enumerator
303 #define NEWLINE 360 macro
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfiglexer.lex203 NEWLINE [\r\n]
581 <INITIAL,val>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++; }
591 <quotedstring>{NEWLINE} { yyerror("newline inside quoted string, no end \"");
612 <singlequotedstr>{NEWLINE} { yyerror("newline inside quoted string, no end '");
633 <include>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++;}
645 <include_quoted>{NEWLINE} { yyerror("newline before \" in include name");
675 <include_toplevel>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++; }
688 <include_toplevel_quoted>{NEWLINE} {
/netbsd-src/external/bsd/nsd/dist/
H A Dconfiglexer.lex176 NEWLINE [\r\n]
321 {NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++;}
375 <include>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++;}
387 <include_quoted>{NEWLINE} { cfg_parser->line++; yymore(); }
H A Dzlexer.lex137 NEWLINE [\n\r]
259 {NEWLINE} {
/netbsd-src/usr.sbin/autofs/
H A Dcommon.h118 #define NEWLINE 2 macro
H A Dcommon.c746 if (ret == 0 || ret == NEWLINE) { in parse_map_yyin()
805 } while (ret != 0 && ret != NEWLINE); in parse_map_yyin()
875 if (ret == 0 || ret == NEWLINE) { in parse_map_yyin()
1115 if (ret == 0 || ret == NEWLINE) { in parse_master_yyin()

123