OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:end_of_hunk
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
edit-context.cc
507
int
end_of_hunk
= el->get_line_num ();
local
508
end_of_hunk
+= context_lines;
510
end_of_hunk
--;
511
if (
end_of_hunk
> line_count)
512
end_of_hunk
= line_count;
515
line_delta += print_diff_hunk (pp, start_of_hunk,
end_of_hunk
,
/src/external/gpl3/gcc.old/dist/gcc/
edit-context.cc
498
int
end_of_hunk
= el->get_line_num ();
local
499
end_of_hunk
+= context_lines;
501
end_of_hunk
--;
502
if (
end_of_hunk
> line_count)
503
end_of_hunk
= line_count;
506
line_delta += print_diff_hunk (pp, start_of_hunk,
end_of_hunk
,
Completed in 73 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026