OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_of_hunk
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
edit-context.cc
482
int
start_of_hunk
= el->get_line_num ();
local
483
start_of_hunk
-= context_lines;
484
if (
start_of_hunk
< 1)
485
start_of_hunk
= 1;
514
int new_start_of_hunk =
start_of_hunk
+ line_delta;
515
line_delta += print_diff_hunk (pp,
start_of_hunk
, end_of_hunk,
/src/external/gpl3/gcc.old/dist/gcc/
edit-context.cc
473
int
start_of_hunk
= el->get_line_num ();
local
474
start_of_hunk
-= context_lines;
475
if (
start_of_hunk
< 1)
476
start_of_hunk
= 1;
505
int new_start_of_hunk =
start_of_hunk
+ line_delta;
506
line_delta += print_diff_hunk (pp,
start_of_hunk
, end_of_hunk,
Completed in 16 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026