Searched refs:NEWLINE (Results 1 – 25 of 28) sorted by relevance
12
| /trueos/contrib/amd/amd/ |
| HD | conf_parse.y | 78 %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
|
| HD | conf_tok.l | 129 amu_return(NEWLINE);
|
| /trueos/usr.sbin/pc-sysinstall/backend-query/ |
| HD | disk-list.sh | 86 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}"
|
| /trueos/contrib/binutils/binutils/ |
| HD | arparse.y | 43 %token NEWLINE 77 command NEWLINE { prompt(); }
|
| HD | arlex.l | 84 "\n" { linenumber ++; return NEWLINE; }
|
| /trueos/usr.bin/bc/ |
| HD | 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
|
| HD | scan.l | 200 \n lineno++; return NEWLINE;
|
| /trueos/contrib/unbound/util/ |
| HD | configlexer.lex | 192 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");
|
| HD | configparser.y | 67 %token SPACE LETTER NEWLINE COMMENT COLON ANY ZONESTR
|
| /trueos/contrib/libreadline/ |
| HD | chardefs.h | 129 #ifndef NEWLINE 130 #define NEWLINE '\n' macro
|
| HD | input.c | 258 if (k == NEWLINE || k == RETURN) in rl_gather_tyi() 375 key = NEWLINE;
|
| HD | search.c | 269 case NEWLINE:
|
| HD | readline.c | 503 c = NEWLINE; in readline_internal_char()
|
| HD | vi_mode.c | 1638 vi_replace_map[NEWLINE].function = rl_newline;
|
| HD | complete.c | 434 if (for_pager && (c == NEWLINE || c == RETURN))
|
| HD | bind.c | 518 array[l++] = NEWLINE;
|
| /trueos/usr.sbin/autofs/ |
| HD | common.h | 112 #define NEWLINE 2 macro
|
| HD | 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()
|
| /trueos/contrib/binutils/ld/ |
| HD | ldgram.y | 147 %token CHIP LIST SECT ABSOLUTE LOAD NEWLINE ENDWORD ORDER NAMEWORD ASSERT_K 198 mri_script_lines mri_script_command NEWLINE
|
| HD | ldlex.l | 321 <MRI>"\n" { ++ lineno; RTOKEN(NEWLINE); }
|
| /trueos/contrib/byacc/ |
| HD | defs.h | 73 #define NEWLINE '\n' /* line feed */ macro
|
| /trueos/contrib/texinfo/ |
| HD | NEWS | 452 Spacing: @ @<TAB> @<NEWLINE>
|
| /trueos/contrib/libreadline/doc/ |
| HD | rluser.texi | 635 @var{NEWLINE},
|
| /trueos/contrib/ncurses/misc/ |
| HD | terminfo.src | 10153 # DUPLEX=FULL GEN_FLOW=ON NEWLINE=INDEX RETURN=CR 10822 # NEWLINE/PAGE key just above RETURN that sends a strange single-character 11521 # GENERATE_XON/XOFF:YES DUPLEX:FULL NEWLINE:OFF 13355 # The BACKSPACEkb option is cute. The NEWLINE key, so cleverly 17120 # :xn: vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
|
| /trueos/contrib/gdb/gdb/doc/ |
| HD | gdb.info-3 | 293 NEWLINE, RET, RETURN, RUBOUT, SPACE, SPC, and TAB.
|
12