Home
last modified time | relevance | path

Searched refs:max_neg_offset (Results 1 – 12 of 12) sorted by relevance

/dports/devel/patch/patch-2.7.6/src/
H A Dmerge.c54 lin max_neg_offset = first_guess - min_where; in locate_merge() local
55 lin max_offset = (max_pos_offset < max_neg_offset in locate_merge()
56 ? max_neg_offset : max_pos_offset); in locate_merge()
93 if (first_guess <= max_neg_offset) in locate_merge()
94 max_neg_offset = first_guess - 1; in locate_merge()
117 if (0 < offset && offset <= max_neg_offset) in locate_merge()
H A Dpatch.c1151 lin max_neg_offset = first_guess - min_where; in locate_hunk() local
1152 lin max_offset = MAX(max_pos_offset, max_neg_offset); in locate_hunk()
1159 if (first_guess <= max_neg_offset) in locate_hunk()
1160 max_neg_offset = first_guess - 1; in locate_hunk()
1189 if (offset <= max_neg_offset in locate_hunk()
1200 : max_neg_offset < 0 ? first_guess - min_where in locate_hunk()
1214 if (offset <= max_neg_offset in locate_hunk()
H A Dpatch.c.orig1144 lin max_neg_offset = first_guess - min_where;
1145 lin max_offset = MAX(max_pos_offset, max_neg_offset);
1152 if (first_guess <= max_neg_offset)
1153 max_neg_offset = first_guess - 1;
1182 if (offset <= max_neg_offset
1193 : max_neg_offset < 0 ? first_guess - min_where
1207 if (offset <= max_neg_offset
/dports/devel/sunpromake/schily-2021-09-18/patch/
H A Dpatch.c776 LINENUM max_neg_offset = first_guess - last_frozen_line - 1 local
781 if (max_neg_offset >= first_guess) /* do not try lines < 0 */
782 max_neg_offset = first_guess - 1;
788 bool check_before = (offset <= max_neg_offset);
/dports/devel/smake/schily-2021-09-18/patch/
H A Dpatch.c776 LINENUM max_neg_offset = first_guess - last_frozen_line - 1 local
781 if (max_neg_offset >= first_guess) /* do not try lines < 0 */
782 max_neg_offset = first_guess - 1;
788 bool check_before = (offset <= max_neg_offset);
/dports/devel/sccs/schily-2021-09-18/patch/
H A Dpatch.c776 LINENUM max_neg_offset = first_guess - last_frozen_line - 1 local
781 if (max_neg_offset >= first_guess) /* do not try lines < 0 */
782 max_neg_offset = first_guess - 1;
788 bool check_before = (offset <= max_neg_offset);
/dports/devel/schilybase/schily-2021-09-18/patch/
H A Dpatch.c776 LINENUM max_neg_offset = first_guess - last_frozen_line - 1 local
781 if (max_neg_offset >= first_guess) /* do not try lines < 0 */
782 max_neg_offset = first_guess - 1;
788 bool check_before = (offset <= max_neg_offset);
/dports/net/rscsi/schily-2021-09-18/patch/
H A Dpatch.c776 LINENUM max_neg_offset = first_guess - last_frozen_line - 1 local
781 if (max_neg_offset >= first_guess) /* do not try lines < 0 */
782 max_neg_offset = first_guess - 1;
788 bool check_before = (offset <= max_neg_offset);
/dports/archivers/star/schily-2021-09-18/patch/
H A Dpatch.c776 LINENUM max_neg_offset = first_guess - last_frozen_line - 1 local
781 if (max_neg_offset >= first_guess) /* do not try lines < 0 */
782 max_neg_offset = first_guess - 1;
788 bool check_before = (offset <= max_neg_offset);
/dports/sysutils/cdrtools/schily-2021-09-18/patch/
H A Dpatch.c776 LINENUM max_neg_offset = first_guess - last_frozen_line - 1 local
781 if (max_neg_offset >= first_guess) /* do not try lines < 0 */
782 max_neg_offset = first_guess - 1;
788 bool check_before = (offset <= max_neg_offset);
/dports/editors/ved/schily-2021-09-18/patch/
H A Dpatch.c776 LINENUM max_neg_offset = first_guess - last_frozen_line - 1 local
781 if (max_neg_offset >= first_guess) /* do not try lines < 0 */
782 max_neg_offset = first_guess - 1;
788 bool check_before = (offset <= max_neg_offset);
/dports/sysutils/schilyutils/schily-2021-09-18/patch/
H A Dpatch.c776 LINENUM max_neg_offset = first_guess - last_frozen_line - 1 local
781 if (max_neg_offset >= first_guess) /* do not try lines < 0 */
782 max_neg_offset = first_guess - 1;
788 bool check_before = (offset <= max_neg_offset);