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

/freebsd-10.1-release/usr.sbin/pc-sysinstall/backend-query/
H A Ddisk-list.sh86 NEWLINE=$(camcontrol identify $DEV 2>/dev/null | sed -ne 's/^device model *//p')
87 if [ -z "$NEWLINE" ]; then
88 NEWLINE=" <Unknown Device>"
93 NEWLINE=" <Memory Disk>"
107 DLIST="${DEV}:${NEWLINE}${DLIST}"
/freebsd-10.1-release/contrib/amd/amd/
H A Dconf_parse.y78 %token NEWLINE
91 newlines : NEWLINE
92 | NEWLINE newlines
102 sec_header : LEFT_BRACKET NONWS_STRING RIGHT_BRACKET NEWLINE
114 kv_pair : NONWS_STRING EQUAL NONWS_STRING NEWLINE
124 | NONWS_STRING EQUAL NONWSEQ_STRING NEWLINE
134 | NONWS_STRING EQUAL QUOTED_NONWSEQ_STRING NEWLINE
144 | NEWLINE
/freebsd-10.1-release/contrib/binutils/binutils/
H A Darlex.l84 "\n" { linenumber ++; return NEWLINE; }
H A Darparse.y43 %token NEWLINE
77 command NEWLINE { prompt(); }
/freebsd-10.1-release/contrib/byacc/
H A Ddefs.h73 #define NEWLINE '\n' /* line feed */ macro
/freebsd-10.1-release/contrib/libreadline/
H A Dchardefs.h129 #ifndef NEWLINE
130 #define NEWLINE '\n' macro
H A Dinput.c258 if (k == NEWLINE || k == RETURN)
375 key = NEWLINE;
H A Dsearch.c269 case NEWLINE:
H A Dreadline.c503 c = NEWLINE;
H A Dvi_mode.c1638 vi_replace_map[NEWLINE].function = rl_newline;
H A Dbind.c518 array[l++] = NEWLINE;
H A Dcomplete.c434 if (for_pager && (c == NEWLINE || c == RETURN))
/freebsd-10.1-release/usr.sbin/autofs/
H A Dcommon.h110 #define NEWLINE 2 macro
H A Dcommon.c732 if (ret == 0 || ret == NEWLINE) {
791 } while (ret != 0 && ret != NEWLINE);
861 if (ret == 0 || ret == NEWLINE) {
1091 if (ret == 0 || ret == NEWLINE) {
/freebsd-10.1-release/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-10.1-release/contrib/unbound/util/
H A Dconfiglexer.lex192 NEWLINE [\r\n]
331 <INITIAL,val>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++; }
341 <quotedstring>{NEWLINE} { ub_c_error("newline inside quoted string, no end \"");
362 <singlequotedstr>{NEWLINE} { ub_c_error("newline inside quoted string, no end '");
383 <include>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++;}
395 <include_quoted>{NEWLINE} { ub_c_error("newline before \" in include name");
H A Dconfigparser.y67 %token SPACE LETTER NEWLINE COMMENT COLON ANY ZONESTR
/freebsd-10.1-release/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 211 milliseconds