Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp36 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()
/freebsd/contrib/ee/
H A Dee.c126 struct text *next_line; /* next line of text */ member
568 curr_line->next_line = NULL; in main()
823 temp_buff = curr_line->next_line; in delete()
825 if (temp_buff->next_line != NULL) in delete()
826 temp_buff->next_line->prev_line = curr_line; in delete()
827 curr_line->next_line = temp_buff->next_line; in delete()
857 temp_buff = temp_buff->next_line; in delete()
1066 temp_nod->next_line = curr_line->next_line; in insert_line()
1067 if (temp_nod->next_line != NULL) in insert_line()
1068 temp_nod->next_line->prev_line = temp_nod; in insert_line()
[all …]
/freebsd/stand/kboot/kboot/
H A Dseg.c306 goto next_line; in populate_avail_from_iomem()
309 goto next_line; in populate_avail_from_iomem()
318 goto next_line; /* Ignore hardware */ in populate_avail_from_iomem()
341 next_line: in populate_avail_from_iomem()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp486 SourceLine next_line; in PrintInstructions() local
487 next_line.file = this_line.file; in PrintInstructions()
488 next_line.line = this_line.line + i + 1; in PrintInstructions()
489 auto pos = source_lines_seen.find(next_line.file); in PrintInstructions()
491 if (pos->second.count(next_line.line) == 1) in PrintInstructions()
493 pos->second.insert(next_line.line); in PrintInstructions()
495 source_lines_to_display.lines.push_back(next_line); in PrintInstructions()
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c643 next_line: in OSSL_HTTP_REQ_CTX_nbio()
678 goto next_line; in OSSL_HTTP_REQ_CTX_nbio()
683 goto next_line; in OSSL_HTTP_REQ_CTX_nbio()
690 goto next_line; in OSSL_HTTP_REQ_CTX_nbio()
747 goto next_line; in OSSL_HTTP_REQ_CTX_nbio()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_lineno.c586 goto next_line; in _dwarf_lineno_gen_program()
618 next_line: in _dwarf_lineno_gen_program()
/freebsd/contrib/libarchive/libarchive/
H A 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()
/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk3573 function next_line(_result) { function
3584 _result = next_line() function
3615 next_line() function
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c1049 next_line: in parse_config()
1058 goto next_line; in parse_config()
1111 goto next_line; in parse_config()
1124 goto next_line; in parse_config()
/freebsd/contrib/diff/
H A DChangeLog139 * src/ifdef.c (next_line): Remove; replace with...