OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_neg_offset
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/patch/
patch.c
660
LINENUM
max_neg_offset
= first_guess - last_frozen_line - 1 + pch_context();
local in function:locate_hunk
670
if (
max_neg_offset
>= first_guess) /* do not try lines < 0 */
671
max_neg_offset
= first_guess - 1;
676
bool check_before = (offset <=
max_neg_offset
);
patch.c
660
LINENUM
max_neg_offset
= first_guess - last_frozen_line - 1 + pch_context();
local in function:locate_hunk
670
if (
max_neg_offset
>= first_guess) /* do not try lines < 0 */
671
max_neg_offset
= first_guess - 1;
676
bool check_before = (offset <=
max_neg_offset
);
Completed in 23 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025