HomeSort by: relevance | last modified time | path
    Searched defs:max_neg_offset (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/patch/
patch.c 660 LINENUM max_neg_offset = first_guess - last_frozen_line - 1 + pch_context(); local in function:locate_hunk
670 if (max_neg_offset >= first_guess) /* do not try lines < 0 */
671 max_neg_offset = first_guess - 1;
676 bool check_before = (offset <= max_neg_offset);
patch.c 660 LINENUM max_neg_offset = first_guess - last_frozen_line - 1 + pch_context(); local in function:locate_hunk
670 if (max_neg_offset >= first_guess) /* do not try lines < 0 */
671 max_neg_offset = first_guess - 1;
676 bool check_before = (offset <= max_neg_offset);

Completed in 23 milliseconds