Home
last modified time | relevance | path

Searched refs:min_where (Results 1 – 3 of 3) sorted by relevance

/dports/devel/patch/patch-2.7.6/src/
H A Dmerge.c52 lin min_where = last_frozen_line + 1; in locate_merge() local
54 lin max_neg_offset = first_guess - min_where; in locate_merge()
150 if (where < min_where) in locate_merge()
151 where = min_where; in locate_merge()
H A Dpatch.c1149 lin min_where = last_frozen_line + 1; in locate_hunk() local
1151 lin max_neg_offset = first_guess - min_where; in locate_hunk()
1200 : max_neg_offset < 0 ? first_guess - min_where in locate_hunk()
H A Dpatch.c.orig1142 lin min_where = last_frozen_line + 1;
1144 lin max_neg_offset = first_guess - min_where;
1193 : max_neg_offset < 0 ? first_guess - min_where