Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dpch.c540 LINENUM fillcnt; /* #lines of missing ptrn or repl */ in another_hunk() local
566 fillcnt = 0; in another_hunk()
673 fillcnt = p_ptrn_lines; in another_hunk()
837 fillcnt = p_repl_lines; in another_hunk()
839 } else if (!p_context && fillcnt == 1) { in another_hunk()
853 fillcnt = 0; in another_hunk()
857 (fillcnt || (p_first > 1 && ptrn_copiable > 2 * p_context))) { in another_hunk()
866 if (fillcnt) { in another_hunk()
868 p_efake = filldst + fillcnt - 1; in another_hunk()
869 while (fillcnt-- > 0) { in another_hunk()