Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/amd/amd/
Dconf_parse.y74 %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
Dsun_map_parse.y85 %token NEWLINE COMMENT WSPACE
102 new_lines : NEWLINE
103 | NEWLINE new_lines
Dsun_map_tok.l168 return NEWLINE;
Dconf_tok.l126 amu_return(NEWLINE);
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend-query/
Ddisk-list.sh88 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/
Dbc.y153 %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
Dscan.l200 \n lineno++; return NEWLINE;
/freebsd-12-stable/contrib/binutils/binutils/
Darparse.y43 %token NEWLINE
77 command NEWLINE { prompt(); }
Darlex.l84 "\n" { linenumber ++; return NEWLINE; }
/freebsd-12-stable/contrib/unbound/util/
Dconfiglexer.lex204 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} {
Dconfigparser.y72 %token SPACE LETTER NEWLINE COMMENT COLON ANY ZONESTR
/freebsd-12-stable/usr.sbin/autofs/
Dcommon.h114 #define NEWLINE 2 macro
Dcommon.c756 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/
Dldgram.y147 %token CHIP LIST SECT ABSOLUTE LOAD NEWLINE ENDWORD ORDER NAMEWORD ASSERT_K
198 mri_script_lines mri_script_command NEWLINE
Dldlex.l321 <MRI>"\n" { ++ lineno; RTOKEN(NEWLINE); }
/freebsd-12-stable/contrib/byacc/
Ddefs.h73 #define NEWLINE '\n' /* line feed */ macro
/freebsd-12-stable/contrib/ncurses/misc/
Dterminfo.src11349 # 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/
Dgdb.info-3293 NEWLINE, RET, RETURN, RUBOUT, SPACE, SPC, and TAB.
/freebsd-12-stable/share/termcap/
Dtermcap4496 # :xn: vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
/freebsd-12-stable/crypto/heimdal/lib/wind/
DUnicodeData.txt6471 2424;SYMBOL FOR NEWLINE;So;0;ON;;;;;N;GRAPHIC FOR NEWLINE;;;;
/freebsd-12-stable/contrib/gcc/
DChangeLog-20009071 * genoutput.c (output_insn_data): Translate <NEWLINE> to \n\ while