Searched refs:NEWLINE (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/usr.sbin/pc-sysinstall/backend-query/
H A 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/contrib/amd/amd/
H A 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
H A Dsun_map_tok.l168 return NEWLINE;
H A Dsun_map_parse.y85 %token NEWLINE COMMENT WSPACE
102 new_lines : NEWLINE
103 | NEWLINE new_lines
/freebsd-12-stable/contrib/binutils/binutils/
H A Darlex.l84 "\n" { linenumber ++; return NEWLINE; }
H A Darparse.y43 %token NEWLINE
77 command NEWLINE { prompt(); }
/freebsd-12-stable/contrib/byacc/
H A Ddefs.h73 #define NEWLINE '\n' /* line feed */ macro
/freebsd-12-stable/usr.sbin/autofs/
H A Dcommon.h114 #define NEWLINE 2 macro
H A Dcommon.c756 if (ret == 0 || ret == NEWLINE) {
815 } while (ret != 0 && ret != NEWLINE);
885 if (ret == 0 || ret == NEWLINE) {
1125 if (ret == 0 || ret == NEWLINE) {
/freebsd-12-stable/usr.bin/bc/
H A 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
/freebsd-12-stable/contrib/unbound/util/
H A Dconfiglexer.lex204 NEWLINE [\r\n]
541 <INITIAL,val>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++; }
551 <quotedstring>{NEWLINE} { ub_c_error("newline inside quoted string, no end \"");
572 <singlequotedstr>{NEWLINE} { ub_c_error("newline inside quoted string, no end '");
593 <include>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++;}
605 <include_quoted>{NEWLINE} { ub_c_error("newline before \" in include name");
636 <include_toplevel>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++; }
649 <include_toplevel_quoted>{NEWLINE} {
H A Dconfigparser.y70 %token SPACE LETTER NEWLINE COMMENT COLON ANY ZONESTR
/freebsd-12-stable/contrib/binutils/ld/
H A Dldgram.y147 %token CHIP LIST SECT ABSOLUTE LOAD NEWLINE ENDWORD ORDER NAMEWORD ASSERT_K
198 mri_script_lines mri_script_command NEWLINE
H A Dldlex.l321 <MRI>"\n" { ++ lineno; RTOKEN(NEWLINE); }

Completed in 213 milliseconds