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

/freebsd-12-stable/usr.bin/patch/
H A Dpch.c541 LINENUM fillcnt; /* #lines of missing ptrn or repl */ local
567 fillcnt = 0;
674 fillcnt = p_ptrn_lines;
838 fillcnt = p_repl_lines;
840 } else if (!p_context && fillcnt == 1) {
854 fillcnt = 0;
858 (fillcnt || (p_first > 1 && ptrn_copiable > 2 * p_context))) {
867 if (fillcnt) {
869 p_efake = filldst + fillcnt - 1;
870 while (fillcnt
[all...]

Completed in 106 milliseconds