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

/freebsd-9.3-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
89 NEWLINE=$(atacontrol list 2>/dev/null | sed -n "s|^.*$DEV <\(.*\)>.*|\1|p")
91 if [ -z "$NEWLINE" ]; then
92 NEWLINE=" <Unknown Device>"
98 NEWLINE=" <Memory Disk>"
112 DLIST="${DEV}:${NEWLINE}${DLIST}"
/freebsd-9.3-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-9.3-release/usr.bin/yacc/
H A Ddefs.h64 #define NEWLINE '\n' /* line feed */ macro
/freebsd-9.3-release/contrib/binutils/binutils/
H A Darlex.l84 "\n" { linenumber ++; return NEWLINE; }
H A Darparse.y43 %token NEWLINE
77 command NEWLINE { prompt(); }
/freebsd-9.3-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-9.3-release/usr.bin/bc/
H A Dbc.y155 %token NEWLINE
199 input_item : semicolon_list NEWLINE
213 | error NEWLINE
240 | statement_list NEWLINE
241 | statement_list NEWLINE statement
402 LBRACE NEWLINE opt_auto_define_list
428 | NEWLINE
463 | AUTO define_list NEWLINE
/freebsd-9.3-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 198 milliseconds