/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_linux.cpp | 36 char *next_line = in Next() local 38 if (next_line == 0) in Next() 39 next_line = last; in Next() 66 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next() 70 Min((uptr)(next_line - data_.current), segment->filename_size - 1); in Next() 75 data_.current = next_line + 1; in Next()
|
/openbsd/gnu/usr.bin/cvs/diff/ |
H A D | ifdef.c | 38 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);
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | disasm.c | 163 int next_line = 0; in do_mixed_source_and_assembly() local 227 if (mle[i].line >= next_line) in do_mixed_source_and_assembly() 229 if (next_line != 0) in do_mixed_source_and_assembly() 232 if (next_line == mle[i].line) in do_mixed_source_and_assembly() 237 print_source_lines (symtab, next_line, mle[i].line + 1, 0); in do_mixed_source_and_assembly() 242 for (; next_line < mle[i].line; next_line++) in do_mixed_source_and_assembly() 250 print_source_lines (symtab, next_line, next_line + 1, in do_mixed_source_and_assembly() 263 print_source_lines (symtab, next_line, mle[i].line + 1, 0); in do_mixed_source_and_assembly() 273 next_line = mle[i].line + 1; in do_mixed_source_and_assembly()
|
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/scripts/ |
H A D | unbalanced_allocs.py | 42 next_line, stack = ProcessStack(f.readline(), f) 47 return next_line 56 next_line, stack = ProcessStack(f.readline(), f) 58 return next_line
|
/openbsd/games/hack/ |
H A D | hack.pager.c | 257 struct line *next_line; in cornline() member 285 tl->next_line = 0; in cornline() 291 texttail->next_line = tl; in cornline() 312 for (tl = texthead; tl; tl = tl->next_line) { in cornline() 328 for (tl = texthead; tl; tl = tl->next_line) { in cornline() 344 texthead = tl->next_line; in cornline()
|
/openbsd/gnu/gcc/libcpp/ |
H A D | lex.c | 110 s = buffer->next_line - 1; in _cpp_clean_line() 145 buffer->next_line = p - 1; in _cpp_clean_line() 188 buffer->next_line = p - 1; in _cpp_clean_line() 218 buffer->next_line = s + 1; in _cpp_clean_line() 273 if (buffer->next_line > buffer->rlimit) in _cpp_process_line_notes() 278 buffer->next_line = buffer->rlimit; in _cpp_process_line_notes() 352 if (buffer->next_line >= buffer->rlimit) in _cpp_skip_block_comment() 356 cols = buffer->next_line - buffer->line_base; in _cpp_skip_block_comment() 823 if (buffer->next_line < buffer->rlimit) in _cpp_get_fresh_line() 835 && buffer->next_line > buffer->rlimit in _cpp_get_fresh_line() [all …]
|
H A D | internal.h | 251 const unsigned char *next_line; /* Start of to-be-cleaned logical line. */ member
|
H A D | traditional.c | 273 pfile->saved_line_base = buffer->next_line; in _cpp_overlay_buffer()
|
H A D | directives.c | 2166 new_buffer->next_line = new_buffer->buf = buffer; in cpp_push_buffer()
|
/openbsd/gnu/usr.bin/texinfo/makeinfo/ |
H A D | defun.c | 365 char *next_line, *new_line; in defun_internal() local 373 get_rest_of_line (0, &next_line); in defun_internal() 374 new_line = (char *) xmalloc (i + strlen (next_line) + 2); in defun_internal() 379 strcat (new_line, next_line); in defun_internal() 381 free (next_line); in defun_internal()
|
/openbsd/regress/lib/libcrypto/man/ |
H A D | check_complete.pl | 445 my $next_line = <$in_fh>; 446 if ($next_line =~ /^ {4}\w/) { 447 $_ .= $next_line;
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | dwarf2.c | 1227 struct line_info* next_line = table->last_line; in lookup_address_in_line_info_table() local 1231 if (!next_line) in lookup_address_in_line_info_table() 1234 each_line = next_line->prev_line; in lookup_address_in_line_info_table() 1237 if (addr > next_line->address) in lookup_address_in_line_info_table() 1241 while (each_line && next_line) in lookup_address_in_line_info_table() 1257 && next_line->address > function->low) in lookup_address_in_line_info_table() 1259 *filename_ptr = next_line->filename; in lookup_address_in_line_info_table() 1260 *linenumber_ptr = next_line->line; in lookup_address_in_line_info_table() 1272 next_line = each_line; in lookup_address_in_line_info_table() 1284 *filename_ptr = next_line->filename; in lookup_address_in_line_info_table() [all …]
|
/openbsd/gnu/usr.bin/texinfo/util/ |
H A D | texindex.c | 1359 char **next_line; in writelines() local 1365 for (next_line = linearray; next_line != stop_line; next_line++) in writelines() 1369 if (next_line == linearray in writelines() 1372 || compare_general (*(next_line - 1), *next_line, 0L, 0L, in writelines() 1375 char *p = *next_line; in writelines() 1381 indexify (*next_line, ostream); in writelines()
|
/openbsd/lib/libcrypto/ocsp/ |
H A D | ocsp_ht.c | 327 next_line: in OCSP_sendreq_nbio() 358 goto next_line; in OCSP_sendreq_nbio() 370 goto next_line; in OCSP_sendreq_nbio()
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/ |
H A D | Reader.pm | 250 my ( $next_line, $next_indent ) = $self->_peek; 257 and $next_line !~ $IS_ARRAY_LINE) # arrays can start at same indent
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | dwarf2.c | 1296 struct line_info* next_line = table->last_line; in lookup_address_in_line_info_table() local 1300 if (!next_line) in lookup_address_in_line_info_table() 1303 each_line = next_line->prev_line; in lookup_address_in_line_info_table() 1306 if (addr > next_line->address) in lookup_address_in_line_info_table() 1310 while (each_line && next_line) in lookup_address_in_line_info_table() 1342 && next_line->address > lowest_pc) in lookup_address_in_line_info_table() 1344 *filename_ptr = next_line->filename; in lookup_address_in_line_info_table() 1345 *linenumber_ptr = next_line->line; in lookup_address_in_line_info_table() 1363 next_line = each_line; in lookup_address_in_line_info_table() 1375 *filename_ptr = next_line->filename; in lookup_address_in_line_info_table() [all …]
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | Disassembler.cpp | 489 SourceLine next_line; in PrintInstructions() local 490 next_line.file = this_line.file; in PrintInstructions() 491 next_line.line = this_line.line + i + 1; in PrintInstructions() 492 auto pos = source_lines_seen.find(next_line.file); in PrintInstructions() 494 if (pos->second.count(next_line.line) == 1) in PrintInstructions() 496 pos->second.insert(next_line.line); in PrintInstructions() 498 source_lines_to_display.lines.push_back(next_line); in PrintInstructions()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-tic30.c | 1414 tic30_find_parallel_insn (current_line, next_line) in tic30_find_parallel_insn() argument 1416 char *next_line; 1426 while (!is_end_of_line[(unsigned char) *next_line]) 1428 if (*next_line == PARALLEL_SEPARATOR && *(next_line + 1) == PARALLEL_SEPARATOR) 1431 next_line++; 1434 next_line++; 1455 line = next_line;
|
H A D | tc-tic54x.c | 4559 next_line_shows_parallel (next_line) in next_line_shows_parallel() argument 4560 char *next_line; in next_line_shows_parallel() 4563 while (ISSPACE (*next_line)) 4564 ++next_line; 4566 return (next_line[0] == PARALLEL_SEPARATOR 4567 && next_line[1] == PARALLEL_SEPARATOR);
|
/openbsd/usr.bin/yacc/ |
H A D | reader.c | 388 next_line: in copy_text() 439 goto next_line; in copy_text() 518 next_line: in copy_union() 590 goto next_line; in copy_union() 1397 next_line: in copy_action() 1460 goto next_line; in copy_action()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-tic30.c | 302 tic30_find_parallel_insn (char *current_line, char *next_line) in tic30_find_parallel_insn() argument 312 while (!is_end_of_line[(unsigned char) *next_line]) in tic30_find_parallel_insn() 314 if (*next_line == PARALLEL_SEPARATOR in tic30_find_parallel_insn() 315 && *(next_line + 1) == PARALLEL_SEPARATOR) in tic30_find_parallel_insn() 318 next_line++; in tic30_find_parallel_insn() 321 next_line++; in tic30_find_parallel_insn() 343 line = next_line; in tic30_find_parallel_insn()
|
H A D | tc-tic54x.c | 4507 next_line_shows_parallel (next_line) in next_line_shows_parallel() argument 4508 char *next_line; in next_line_shows_parallel() 4511 while (ISSPACE (*next_line)) 4512 ++next_line; 4514 return (next_line[0] == PARALLEL_SEPARATOR 4515 && next_line[1] == PARALLEL_SEPARATOR);
|
/openbsd/usr.bin/dig/ |
H A D | dig.c | 1775 next_line: in parse_args() 1781 goto next_line; in parse_args()
|
/openbsd/gnu/usr.bin/perl/lib/unicore/ |
H A D | mktables | 2624 *next_line = (main::NON_ASCII_PLATFORM) 9964 while ($file->next_line) { 10356 while ($file->next_line) { 10777 while ($file->next_line) { 10871 while ($file->next_line) { 12164 while ($file->next_line) { 12173 while ($file->next_line) { 12182 while ($file->next_line) { 12191 while ($file->next_line) { 12206 while ($file->next_line) {
|