Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/patch/
H A Dpatch.c709 LINENUM max_neg_offset = first_guess - last_frozen_line - 1 + pch_context(); in locate_hunk() local
719 if (max_neg_offset >= first_guess) /* do not try lines < 0 */ in locate_hunk()
720 max_neg_offset = first_guess - 1; in locate_hunk()
725 bool check_before = (offset <= max_neg_offset); in locate_hunk()