| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | 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
|
| H A D | sun_map_parse.y | 87 %token NEWLINE COMMENT WSPACE 104 new_lines : NEWLINE 105 | NEWLINE new_lines
|
| H A D | sun_map_tok.l | 170 return NEWLINE;
|
| /netbsd-src/usr.bin/config/ |
| H A D | mkioconf.c | 82 #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 D | tcp_table | 36 # .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 D | varname-dot-newline.mk | 21 NEWLINE:= ${.newline} 35 .if ${.newline} != ${NEWLINE}
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | arparse.h | 57 NEWLINE = 258, /* NEWLINE */ enumerator 83 #define NEWLINE 258 macro
|
| H A D | arparse.y | 43 %token NEWLINE 77 command NEWLINE { prompt(); }
|
| H A D | arlex.l | 88 "\n" { linenumber ++; return NEWLINE; }
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | arparse.h | 57 NEWLINE = 258, /* NEWLINE */ enumerator 83 #define NEWLINE 258 macro
|
| H A D | arparse.y | 43 %token NEWLINE 77 command NEWLINE { prompt(); }
|
| H A D | arlex.l | 88 "\n" { linenumber ++; return NEWLINE; }
|
| /netbsd-src/external/bsd/flex/dist/examples/manual/ |
| H A D | front.y | 23 %token NEWLINE 48 | sentence_list NEWLINE sentence
|
| H A D | front.lex | 37 "\n" yylexlinenum++; return(NEWLINE);
|
| /netbsd-src/external/gpl3/gdb.old/dist/readline/readline/ |
| H A D | chardefs.h | 128 #ifndef NEWLINE 129 #define NEWLINE '\n' macro
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | chardefs.h | 128 #ifndef NEWLINE 129 #define NEWLINE '\n' macro
|
| H A D | input.c | 300 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 D | ldgram.h | 155 NEWLINE = 356, /* NEWLINE */ enumerator 295 #define NEWLINE 356 macro
|
| /netbsd-src/usr.bin/error/ |
| H A D | error.h | 140 #define NEWLINE "%%%\n" macro 148 #define TROFFOUTCOMMENT NEWLINE
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ldgram.h | 159 NEWLINE = 360, /* NEWLINE */ enumerator 303 #define NEWLINE 360 macro
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | configlexer.lex | 203 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 D | configlexer.lex | 176 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 D | zlexer.lex | 137 NEWLINE [\n\r] 259 {NEWLINE} {
|
| /netbsd-src/usr.sbin/autofs/ |
| H A D | common.h | 118 #define NEWLINE 2 macro
|
| H A D | common.c | 746 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()
|