Home
last modified time | relevance | path

Searched refs:input_line (Results 1 – 25 of 37) sorted by relevance

12

/netbsd/sys/arch/hp300/stand/common/
H A Dnetio.c101 static char input_line[100]; variable
166 memset(input_line, 0, sizeof(input_line)); in netmountroot()
167 kgets(input_line, sizeof(input_line)); in netmountroot()
168 if ((myip.s_addr = inet_addr(input_line)) == in netmountroot()
176 memset(input_line, 0, sizeof(input_line)); in netmountroot()
177 kgets(input_line, sizeof(input_line)); in netmountroot()
178 if ((netmask = inet_addr(input_line)) == in netmountroot()
186 memset(input_line, 0, sizeof(input_line)); in netmountroot()
187 kgets(input_line, sizeof(input_line)); in netmountroot()
196 memset(input_line, 0, sizeof(input_line)); in netmountroot()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dcompletion-support.exp109 set test "tab complete \"$input_line\""
110 send_gdb "$input_line\t"
146 set test "tab complete \"$input_line\""
147 send_gdb "$input_line\t"
187 set cmd "complete $input_line"
189 set test "cmd complete \"$input_line\""
225 proc test_gdb_complete_none { input_line } { argument
227 test_gdb_complete_tab_none $input_line
229 test_gdb_complete_cmd_none $input_line
260 set input_line [string trimleft $input_line]
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dcompletion-support.exp109 set test "tab complete \"$input_line\""
110 send_gdb "$input_line\t"
146 set test "tab complete \"$input_line\""
147 send_gdb "$input_line\t"
187 set cmd "complete $input_line"
189 set test "cmd complete \"$input_line\""
225 proc test_gdb_complete_none { input_line } { argument
227 test_gdb_complete_tab_none $input_line
229 test_gdb_complete_cmd_none $input_line
260 set input_line [string trimleft $input_line]
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_mir_test_checks.py276 m = common.CHECK_RE.match(input_line)
338 for input_line in input_lines:
339 if input_line == autogenerated_note:
349 output_lines.append(input_line)
355 if input_line.strip() == '...':
359 output_lines.append(input_line)
362 output_lines.append(input_line)
382 output_lines.append(input_line)
384 if input_line.strip() == '...':
388 output_lines.append(input_line)
[all …]
H A Dupdate_analyze_test_checks.py139 for input_line in input_lines:
141 if input_line == '':
143 if input_line.lstrip().startswith(';'):
144 m = common.CHECK_RE.match(input_line)
146 output_lines.append(input_line)
157 input_line = common.SCRUB_LEADING_WHITESPACE_RE.sub(r' ', input_line)
158 output_lines.append(input_line)
161 if input_line.strip() == '}':
166 if input_line.startswith(ADVERT):
170 output_lines.append(input_line)
[all …]
H A Dupdate_test_checks.py166 input_line = input_line_info.line
169 if input_line == '':
171 if input_line.lstrip().startswith(';'):
172 m = common.CHECK_RE.match(input_line)
174 output_lines.append(input_line)
183 m = common.IR_FUNCTION_RE.match(input_line)
189 if common.should_add_line_to_output(input_line, prefix_set, not is_in_function):
192 input_line = common.SCRUB_LEADING_WHITESPACE_RE.sub(r' ', input_line)
193 output_lines.append(input_line)
194 if input_line.strip() == '}':
[all …]
H A Dupdate_llc_test_checks.py166 input_line = input_info.line
169 if input_line == '':
171 if input_line.lstrip().startswith(';'):
172 m = common.CHECK_RE.match(input_line)
174 output_lines.append(input_line)
182 if common.should_add_line_to_output(input_line, prefix_set):
184 output_lines.append(input_line)
187 if input_line.strip() == '}':
192 output_lines.append(input_line)
194 m = common.IR_FUNCTION_RE.match(input_line)
H A Dupdate_mca_test_checks.py441 for input_line in input_lines:
442 if input_line.startswith(ADVERT_PREFIX):
445 if input_line.startswith(COMMENT_CHAR):
446 m = common.CHECK_RE.match(input_line)
452 if '{}-NOT:'.format(prefix) in input_line:
456 output_lines.append(input_line)
459 if common.should_add_line_to_output(input_line, prefix_set):
462 input_line = common.SCRUB_LEADING_WHITESPACE_RE.sub(r' ', input_line)
465 if input_line or output_lines[-1]:
466 output_lines.append(input_line)
/netbsd/external/gpl2/texinfo/dist/info/
H A Decho-area.c169 strcpy (input_line, prompt); in initialize_input_line()
171 input_line[0] = '\0'; in initialize_input_line()
257 input_line[i] = ' '; in echo_area_initialize_node()
259 input_line[i - 1] = '\n'; in echo_area_initialize_node()
261 input_line[input_line_end] = '\n'; in echo_area_initialize_node()
426 input_line[i] = input_line[i + 1];
493 input_line[i] = input_line[i - 1];
521 input_line[input_line_point - 1] = input_line[input_line_point - 2];
528 input_line[input_line_point] = input_line[input_line_point - 1];
596 input_line[i] = input_line[i + len];
[all …]
/netbsd/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in3668 my $input_line;
3691 $input_line = $_;
3692 chomp ($input_line);
4625 my $input_line;
4916 elsif (($input_line =~ /$sorted_by_regex/) or ($input_line =~ /$current_regex/))
7364 my $input_line;
10962 my $input_line;
11568 my $input_line;
12660 my $input_line;
13159 my $input_line;
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Doptions.exp61 proc test_completer_recognizes {res input_line} { argument
62 set expected_re [string_to_regexp $input_line]
63 test_gdb_complete_unique $input_line $expected_re
64 check_completion_result $res $input_line
76 proc res_test_gdb_complete_none { res input_line } { argument
77 test_gdb_complete_none $input_line
78 check_completion_result $res "$input_line"
83 proc res_test_gdb_complete_unique { res input_line args} {
84 test_gdb_complete_unique $input_line {*}$args
85 check_completion_result $res "$input_line"
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Doptions.exp61 proc test_completer_recognizes {res input_line} { argument
62 set expected_re [string_to_regexp $input_line]
63 test_gdb_complete_unique $input_line $expected_re
64 check_completion_result $res $input_line
76 proc res_test_gdb_complete_none { res input_line } { argument
77 test_gdb_complete_none $input_line
78 check_completion_result $res "$input_line"
83 proc res_test_gdb_complete_unique { res input_line args} {
84 test_gdb_complete_unique $input_line {*}$args
85 check_completion_result $res "$input_line"
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
H A Dcompletion.exp27 proc test_tab_completion {input_line expected_re} {
31 send_gdb "$input_line\t\t\t"
35 -re "^$input_line $" {
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/
H A Dcompletion.exp27 proc test_tab_completion {input_line expected_re} {
31 send_gdb "$input_line\t\t\t"
35 -re "^$input_line $" {
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dcpcompletion.exp507 set input_line [string range $complete_line 0 $start]
508 test_gdb_complete_unique $input_line ${complete_line}
519 set input_line [string range $complete_line 0 $start]
520 test_gdb_complete_unique $input_line ${complete_line}
771 set input_line [string range $cmd 0 [expr [string length $cmd] - 3]]
773 test_gdb_complete_unique $input_line $cmd
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dcpcompletion.exp507 set input_line [string range $complete_line 0 $start]
508 test_gdb_complete_unique $input_line ${complete_line}
519 set input_line [string range $complete_line 0 $start]
520 test_gdb_complete_unique $input_line ${complete_line}
771 set input_line [string range $cmd 0 [expr [string length $cmd] - 3]]
773 test_gdb_complete_unique $input_line $cmd
/netbsd/external/apache2/llvm/dist/llvm/utils/vim/
H A Dvimrc148 for l:input_line in l:input_lines
150 if l:input_line[:11] == 'COMPLETION: '
151 let l:value = l:input_line[12:]
190 \ "info": l:input_line,
201 elseif l:input_line[:9] == "OVERLOAD: "
204 let l:value = l:input_line[10:]
208 \ "info": l:input_line,
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-xgate.c473 md_assemble (char *input_line) in md_assemble() argument
479 char *saved_input_line = input_line; in md_assemble()
488 input_line = extract_word (input_line, op_name, sizeof (op_name)); in md_assemble()
502 operandCount = xgate_get_operands (input_line, new_operands); in md_assemble()
533 input_line = skip_whitespace (input_line); in md_assemble()
534 char *macro_inline = input_line; in md_assemble()
541 input_line = macro_inline; /* Rewind. */ in md_assemble()
555 operandCount = xgate_get_operands (input_line, new_operands); in md_assemble()
565 input_line = saved_input_line; in md_assemble()
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-xgate.c473 md_assemble (char *input_line) in md_assemble() argument
479 char *saved_input_line = input_line; in md_assemble()
488 input_line = extract_word (input_line, op_name, sizeof (op_name)); in md_assemble()
502 operandCount = xgate_get_operands (input_line, new_operands); in md_assemble()
533 input_line = skip_whitespace (input_line); in md_assemble()
534 char *macro_inline = input_line; in md_assemble()
541 input_line = macro_inline; /* Rewind. */ in md_assemble()
555 operandCount = xgate_get_operands (input_line, new_operands); in md_assemble()
565 input_line = saved_input_line; in md_assemble()
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xgate.c474 md_assemble (char *input_line) in md_assemble() argument
480 char *saved_input_line = input_line; in md_assemble()
489 input_line = extract_word (input_line, op_name, sizeof (op_name)); in md_assemble()
504 operandCount = xgate_get_operands (input_line, new_operands); in md_assemble()
535 input_line = skip_whitespace (input_line); in md_assemble()
536 char *macro_inline = input_line; in md_assemble()
543 input_line = macro_inline; /* Rewind. */ in md_assemble()
555 operandCount = xgate_get_operands (input_line, new_operands); in md_assemble()
565 input_line = saved_input_line; in md_assemble()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-xgate.c473 md_assemble (char *input_line) in md_assemble() argument
479 char *saved_input_line = input_line; in md_assemble()
488 input_line = extract_word (input_line, op_name, sizeof (op_name)); in md_assemble()
502 operandCount = xgate_get_operands (input_line, new_operands); in md_assemble()
533 input_line = skip_whitespace (input_line); in md_assemble()
534 char *macro_inline = input_line; in md_assemble()
541 input_line = macro_inline; /* Rewind. */ in md_assemble()
555 operandCount = xgate_get_operands (input_line, new_operands); in md_assemble()
565 input_line = saved_input_line; in md_assemble()
/netbsd/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dcommon.py77 for line_num, input_line in enumerate(self.input_lines):
78 args, argv = check_for_command(input_line, self.parser,
80 yield InputLineInfo(input_line, line_num, args, argv)
85 input_line = line_info.line
87 if input_line.startswith(self.autogenerated_note_prefix):
92 output_lines.append(input_line)
124 def should_add_line_to_output(input_line, prefix_set, skip_global_checks = False): argument
126 if not skip_global_checks and input_line.strip() == ';':
129 if input_line.strip() == SEPARATOR:
135 m = CHECK_RE.match(input_line)
[all …]
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dmclex.c44 static int input_line = 1; variable
81 fprintf (stderr, "In %s at line %d: %s: ", input_filename, input_line, kind); in show_msg()
339 input_line += 1; in skip_until_eol()
383 input_line += 1; in yylex()
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dmclex.c44 static int input_line = 1; variable
81 fprintf (stderr, "In %s at line %d: %s: ", input_filename, input_line, kind); in show_msg()
344 input_line += 1; in skip_until_eol()
388 input_line += 1; in yylex()
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dmclex.c44 static int input_line = 1; variable
81 fprintf (stderr, "In %s at line %d: %s: ", input_filename, input_line, kind); in show_msg()
339 input_line += 1; in skip_until_eol()
383 input_line += 1; in yylex()

12