Home
last modified time | relevance | path

Searched refs:next_line (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/src/external/gpl2/xcvs/dist/diff/
Difdef.c38 static int next_line; variable
46 next_line = - files[0].prefix_lines;
48 if (next_line < files[0].valid_lines)
51 format_ifdef (group_format[UNCHANGED], next_line, files[0].valid_lines,
52 next_line - files[0].valid_lines + files[1].valid_lines,
80 if (next_line < first0)
81 format_ifdef (group_format[UNCHANGED], next_line, first0,
82 next_line - first0 + first1, first1);
85 next_line = last0 + 1;
86 format_ifdef (format, first0, next_line, first1, last1 + 1);
/netbsd/src/external/ibm-public/postfix/dist/src/cleanup/
Dcleanup_out.c187 char *next_line; in cleanup_out_header() local
217 for (line = start; line; line = next_line) { in cleanup_out_header()
218 next_line = split_at(line, '\n'); in cleanup_out_header()
219 line_len = next_line ? next_line - 1 - line : strlen(line); in cleanup_out_header()
224 next_line = 0; in cleanup_out_header()
Dcleanup_message.c113 char *next_line; in cleanup_fold_header() local
123 for (line = start_line; line != 0; line = next_line) { in cleanup_fold_header()
132 next_line = *end_line ? end_line + 1 : 0; in cleanup_fold_header()
/netbsd/src/external/gpl3/gdb/dist/sim/igen/
Dtable.c256 next_line (open_table * file) in next_line() function
292 next_line (file); /* discard leading brace */ in table_read()
300 next_line (file); in table_read()
318 next_line (file); in table_read()
338 next_line (file); in table_read()
346 next_line (file); in table_read()
404 next_line (file); in table_read()
411 next_line (file); in table_read()
421 next_line (file); in table_read()
429 next_line (file); in table_read()
[all …]
DChangeLog-2021770 (current_line, new_table_entry, next_line): Make file arg type
/netbsd/src/external/gpl3/gcc/dist/contrib/
Dupdate-copyright.py297 next_line = None
308 return (False, orig_line, next_line)
313 next_line = file.readline()
319 continuation = self.strip_continuation (next_line)
324 orig_line += next_line
326 next_line = None
340 return (False, orig_line, next_line)
345 return (False, orig_line, next_line)
352 return (False, orig_line, next_line)
368 return (False, orig_line, next_line)
[all …]
Danalyze_brprob.py106 next_line = lines[i + 1]
108 l += next_line
/netbsd/src/games/hack/
Dhack.pager.c266 struct line *next_line; in cornline() member
293 tl->next_line = 0; in cornline()
299 texttail->next_line = tl; in cornline()
319 for (tl = texthead; tl; tl = tl->next_line) { in cornline()
335 for (tl = texthead; tl; tl = tl->next_line) { in cornline()
350 texthead = tl->next_line; in cornline()
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-hw.c160 char *next_line = NULL; in merge_device_file() local
184 next_line_len = getline (&next_line, &next_buf_size, description); in merge_device_file()
188 if (next_line[next_line_len - 1] == '\n') in merge_device_file()
189 next_line[--next_line_len] = '\0'; in merge_device_file()
200 memcpy (device_path + device_path_len, next_line, in merge_device_file()
204 free (next_line); in merge_device_file()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddisasm.c584 int next_line = 0; in do_mixed_source_and_assembly_deprecated() local
662 if (mle[i].line >= next_line) in do_mixed_source_and_assembly_deprecated()
664 if (next_line != 0) in do_mixed_source_and_assembly_deprecated()
667 if (next_line == mle[i].line) in do_mixed_source_and_assembly_deprecated()
670 print_source_lines (symtab, next_line, mle[i].line + 1, psl_flags); in do_mixed_source_and_assembly_deprecated()
675 for (; next_line < mle[i].line; next_line++) in do_mixed_source_and_assembly_deprecated()
679 print_source_lines (symtab, next_line, next_line + 1, in do_mixed_source_and_assembly_deprecated()
687 print_source_lines (symtab, next_line, mle[i].line + 1, psl_flags); in do_mixed_source_and_assembly_deprecated()
696 next_line = mle[i].line + 1; in do_mixed_source_and_assembly_deprecated()
/netbsd/src/external/ibm-public/postfix/dist/src/smtp/
Dsmtp_proto.c1320 char *next_line; in smtp_header_out() local
1326 for (line = start; line; line = next_line) { in smtp_header_out()
1327 next_line = split_at(line, '\n'); in smtp_header_out()
1328 smtp_text_out(context, REC_TYPE_NORM, line, next_line ? in smtp_header_out()
1329 next_line - line - 1 : strlen(line), offset); in smtp_header_out()
1343 char *next_line; in smtp_header_rewrite() local
1410 for (line = start = vstring_str(buf); line != 0; line = next_line) { in smtp_header_rewrite()
1419 next_line = *end_line ? end_line + 1 : 0; in smtp_header_rewrite()
1430 for (line = start = vstring_str(buf); line != 0; line = next_line) { in smtp_header_rewrite()
1431 next_line = split_at(line, '\n'); in smtp_header_rewrite()
[all …]
/netbsd/src/external/ibm-public/postfix/dist/src/sendmail/
Dsendmail.c625 char *next_line; in output_header() local
657 for (line = start = STR(buf); line; line = next_line) { in output_header()
658 next_line = split_at(line, '\n'); in output_header()
659 len = next_line ? next_line - line - 1 : strlen(line); in output_header()
/netbsd/src/external/bsd/pkg_install/dist/add/
Dperform.c531 const char *data, *eol, *next_line; in read_buildinfo() local
535 for (; data != NULL && *data != '\0'; data = next_line) { in read_buildinfo()
538 next_line = eol; in read_buildinfo()
540 next_line = eol + 1; in read_buildinfo()
1122 const char *data, *eol, *next_line; in check_requires() local
1127 for (; data != NULL && *data != '\0'; data = next_line) { in check_requires()
1130 next_line = eol; in check_requires()
1132 next_line = eol + 1; in check_requires()
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dlex.cc943 buffer->cur = buffer->line_base = buffer->next_line; in _cpp_clean_line()
945 s = buffer->next_line; in _cpp_clean_line()
1019 buffer->next_line = p - 1; in _cpp_clean_line()
1037 while (p != buffer->next_line && is_nvspace (p[-1])) in _cpp_clean_line()
1039 if (p == buffer->next_line || p[-1] != '\\') in _cpp_clean_line()
1044 buffer->next_line = p - 1; in _cpp_clean_line()
1073 buffer->next_line = s + 1; in _cpp_clean_line()
1128 if (buffer->next_line > buffer->rlimit) in _cpp_process_line_notes()
1133 buffer->next_line = buffer->rlimit; in _cpp_process_line_notes()
1692 if (buffer->next_line >= buffer->rlimit) in _cpp_skip_block_comment()
[all …]
Dinit.cc745 auto *buf = pfile->buffer->next_line; in read_original_filename()
792 auto *buf = pfile->buffer->next_line; in read_original_directory()
Dinternal.h329 const unsigned char *next_line; /* Start of to-be-cleaned logical line. */ member
Dtraditional.cc285 pfile->saved_line_base = buffer->next_line; in _cpp_overlay_buffer()
Ddirectives.cc2730 new_buffer->next_line = new_buffer->buf = buffer; in cpp_push_buffer()
/netbsd/src/crypto/dist/ipsec-tools/misc/
Dcvs2cl.pl1518 my $next_line = substr ($this_line, $idx);
1531 $next_line =~ s/^\s*//;
1539 $next_line = $1 . $next_line if (defined ($1));
1544 $next_line = $user_indent . $next_line;
1549 unshift (@lines, $next_line);
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-tic30.c280 tic30_find_parallel_insn (char *current_line, char *next_line) in tic30_find_parallel_insn() argument
290 while (!is_end_of_line[(unsigned char) *next_line]) in tic30_find_parallel_insn()
292 if (*next_line == PARALLEL_SEPARATOR in tic30_find_parallel_insn()
293 && *(next_line + 1) == PARALLEL_SEPARATOR) in tic30_find_parallel_insn()
296 next_line++; in tic30_find_parallel_insn()
299 next_line++; in tic30_find_parallel_insn()
321 line = next_line; in tic30_find_parallel_insn()
Dtc-tic54x.c4218 next_line_shows_parallel (char *next_line) in next_line_shows_parallel() argument
4221 while (*next_line != 0 && ISSPACE (*next_line)) in next_line_shows_parallel()
4222 ++next_line; in next_line_shows_parallel()
4224 return (next_line[0] == PARALLEL_SEPARATOR in next_line_shows_parallel()
4225 && next_line[1] == PARALLEL_SEPARATOR); in next_line_shows_parallel()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dcp-support.exp67 proc next_line {qid} { procedure
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_read_support_format_mtree.c366 next_line(struct archive_read *a, in next_line() function
706 len = next_line(a, &p, &avail, &ravail, &nl); in detect_form()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgengtype.cc375 next_line: in read_input_list()
393 goto next_line; in read_input_list()
423 goto next_line; in read_input_list()
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
DChangeLog-20211317 (current_line, new_table_entry, next_line): Make file arg type

12