Home
last modified time | relevance | path

Searched refs:max_where (Results 1 – 4 of 4) sorted by relevance

/dports/devel/patch/patch-2.7.6/src/
H A Dmerge.c51 lin max_where = input_lines - pat_lines + context_lines + 1; in locate_merge() local
53 lin max_pos_offset = max_where - first_guess; in locate_merge()
H A Dpatch.c1148 lin max_where = input_lines - (pat_lines - suffix_fuzz) + 1; in locate_hunk() local
1150 lin max_pos_offset = max_where - first_guess; in locate_hunk()
1199 min_offset = max_pos_offset < 0 ? first_guess - max_where in locate_hunk()
H A Dpatch.c.orig1141 lin max_where = input_lines - (pat_lines - suffix_fuzz) + 1;
1143 lin max_pos_offset = max_where - first_guess;
1192 min_offset = max_pos_offset < 0 ? first_guess - max_where
/dports/devel/patch/patch-2.7.6/
H A DChangeLog-2011989 higher maximum merge position (max_where).