Searched refs:NEWLINE (Results 1 – 21 of 21) sorted by relevance
| /freebsd-12-stable/contrib/amd/amd/ |
| D | conf_parse.y | 74 %token NEWLINE 87 newlines : NEWLINE 88 | NEWLINE newlines 98 sec_header : LEFT_BRACKET NONWS_STRING RIGHT_BRACKET NEWLINE 110 kv_pair : NONWS_STRING EQUAL NONWS_STRING NEWLINE 120 | NONWS_STRING EQUAL NONWSEQ_STRING NEWLINE 130 | NONWS_STRING EQUAL QUOTED_NONWSEQ_STRING NEWLINE 140 | NEWLINE
|
| D | sun_map_parse.y | 85 %token NEWLINE COMMENT WSPACE 102 new_lines : NEWLINE 103 | NEWLINE new_lines
|
| D | sun_map_tok.l | 168 return NEWLINE;
|
| D | conf_tok.l | 126 amu_return(NEWLINE);
|
| /freebsd-12-stable/usr.sbin/pc-sysinstall/backend-query/ |
| D | disk-list.sh | 88 NEWLINE=$(geom disk list $DEV 2>/dev/null | sed -ne 's/^ descr: *//p') 89 if [ -z "$NEWLINE" ]; then 90 NEWLINE=" <Unknown Device>" 95 NEWLINE=" <Memory Disk>" 109 DLIST="${DEV}:${NEWLINE}${DLIST}"
|
| /freebsd-12-stable/usr.bin/bc/ |
| D | bc.y | 153 %token NEWLINE 197 input_item : semicolon_list NEWLINE 211 | error NEWLINE 238 | statement_list NEWLINE 239 | statement_list NEWLINE statement 400 LBRACE NEWLINE opt_auto_define_list 426 | NEWLINE 461 | AUTO define_list NEWLINE
|
| D | scan.l | 200 \n lineno++; return NEWLINE;
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | arparse.y | 43 %token NEWLINE 77 command NEWLINE { prompt(); }
|
| D | arlex.l | 84 "\n" { linenumber ++; return NEWLINE; }
|
| /freebsd-12-stable/contrib/unbound/util/ |
| D | configlexer.lex | 204 NEWLINE [\r\n] 582 <INITIAL,val>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++; } 592 <quotedstring>{NEWLINE} { ub_c_error("newline inside quoted string, no end \""); 613 <singlequotedstr>{NEWLINE} { ub_c_error("newline inside quoted string, no end '"); 634 <include>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++;} 646 <include_quoted>{NEWLINE} { ub_c_error("newline before \" in include name"); 677 <include_toplevel>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++; } 690 <include_toplevel_quoted>{NEWLINE} {
|
| D | configparser.y | 72 %token SPACE LETTER NEWLINE COMMENT COLON ANY ZONESTR
|
| /freebsd-12-stable/usr.sbin/autofs/ |
| D | common.h | 114 #define NEWLINE 2 macro
|
| D | common.c | 756 if (ret == 0 || ret == NEWLINE) { in parse_map_yyin() 815 } while (ret != 0 && ret != NEWLINE); in parse_map_yyin() 885 if (ret == 0 || ret == NEWLINE) { in parse_map_yyin() 1125 if (ret == 0 || ret == NEWLINE) { in parse_master_yyin()
|
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | ldgram.y | 147 %token CHIP LIST SECT ABSOLUTE LOAD NEWLINE ENDWORD ORDER NAMEWORD ASSERT_K 198 mri_script_lines mri_script_command NEWLINE
|
| D | ldlex.l | 321 <MRI>"\n" { ++ lineno; RTOKEN(NEWLINE); }
|
| /freebsd-12-stable/contrib/byacc/ |
| D | defs.h | 73 #define NEWLINE '\n' /* line feed */ macro
|
| /freebsd-12-stable/contrib/ncurses/misc/ |
| D | terminfo.src | 11349 # DUPLEX=FULL GEN_FLOW=ON NEWLINE=INDEX RETURN=CR 12018 # NEWLINE/PAGE key just above RETURN that sends a strange single-character 12717 # GENERATE_XON/XOFF:YES DUPLEX:FULL NEWLINE:OFF 14552 # The BACKSPACEkb option is cute. The NEWLINE key, so cleverly 17796 # :xn: vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
|
| /freebsd-12-stable/contrib/gdb/gdb/doc/ |
| D | gdb.info-3 | 293 NEWLINE, RET, RETURN, RUBOUT, SPACE, SPC, and TAB.
|
| /freebsd-12-stable/share/termcap/ |
| D | termcap | 4496 # :xn: vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
|
| /freebsd-12-stable/crypto/heimdal/lib/wind/ |
| D | UnicodeData.txt | 6471 2424;SYMBOL FOR NEWLINE;So;0;ON;;;;;N;GRAPHIC FOR NEWLINE;;;;
|
| /freebsd-12-stable/contrib/gcc/ |
| D | ChangeLog-2000 | 9071 * genoutput.c (output_insn_data): Translate <NEWLINE> to \n\ while
|