Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/patch/
H A Dpatch.c712 LINENUM max_neg_offset = first_guess - last_frozen_line - 1 + pch_context(); in locate_hunk() local
722 if (max_neg_offset >= first_guess) /* do not try lines < 0 */ in locate_hunk()
723 max_neg_offset = first_guess - 1; in locate_hunk()
728 bool check_before = (offset <= max_neg_offset); in locate_hunk()