Home
last modified time | relevance | path

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

1234

/netbsd/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
/netbsd/usr.bin/config/
H A Dmkioconf.c82 #define NEWLINE putc('\n', fp) macro
216 NEWLINE; in emitcfdrivers()
219 NEWLINE; in emitcfdrivers()
247 NEWLINE; in emitcfdrivers()
268 NEWLINE; in emitexterns()
283 NEWLINE; in emitcfattachinit()
301 NEWLINE; in emitcfattachinit()
343 NEWLINE; in emitparents()
/netbsd/usr.bin/make/unit-tests/
H A Dvarname-dot-newline.mk21 NEWLINE:= ${.newline}
25 .if ${.newline} != ${NEWLINE}
/netbsd/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/external/gpl3/binutils.old/dist/binutils/
H A Darparse.h48 NEWLINE = 258, enumerator
69 #define NEWLINE 258 macro
H A Darparse.y43 %token NEWLINE
77 command NEWLINE { prompt(); }
H A Darlex.l88 "\n" { linenumber ++; return NEWLINE; }
/netbsd/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/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/external/gpl3/gdb/dist/binutils/
H A Darparse.y43 %token NEWLINE
77 command NEWLINE { prompt(); }
H A Darlex.l88 "\n" { linenumber ++; return NEWLINE; }
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Darparse.y43 %token NEWLINE
77 command NEWLINE { prompt(); }
H A Darlex.l88 "\n" { linenumber ++; return NEWLINE; }
/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Dchardefs.h128 #ifndef NEWLINE
129 #define NEWLINE '\n' macro
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Dchardefs.h128 #ifndef NEWLINE
129 #define NEWLINE '\n' macro
/netbsd/usr.bin/error/
H A Derror.h142 #define NEWLINE "%%%\n" macro
150 #define TROFFOUTCOMMENT NEWLINE
/netbsd/external/gpl3/binutils.old/dist/ld/
H A Dldgram.h144 NEWLINE = 354, enumerator
277 #define NEWLINE 354 macro
/netbsd/external/gpl3/binutils/dist/ld/
H A Dldgram.h155 NEWLINE = 356, /* NEWLINE */ enumerator
295 #define NEWLINE 356 macro
/netbsd/external/bsd/unbound/dist/util/
H A Dconfiglexer.lex203 NEWLINE [\r\n]
560 <INITIAL,val>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++; }
570 <quotedstring>{NEWLINE} { yyerror("newline inside quoted string, no end \"");
591 <singlequotedstr>{NEWLINE} { yyerror("newline inside quoted string, no end '");
612 <include>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++;}
624 <include_quoted>{NEWLINE} { yyerror("newline before \" in include name");
654 <include_toplevel>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++; }
667 <include_toplevel_quoted>{NEWLINE} {
/netbsd/external/bsd/nsd/dist/
H A Dconfiglexer.lex176 NEWLINE [\r\n]
314 {NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++;}
368 <include>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++;}
380 <include_quoted>{NEWLINE} { cfg_parser->line++; yymore(); }
/netbsd/usr.sbin/autofs/
H A Dcommon.h118 #define NEWLINE 2 macro

1234