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

/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dpch.c531 Reg4 LINENUM fillcnt = 0; /* #lines of missing ptrn or repl */ local
634 fillcnt = p_ptrn_lines;
793 fillcnt = p_repl_lines;
796 else if (!p_context && fillcnt == 1) {
810 fillcnt = 0;
815 (fillcnt || (p_first > 1 && ptrn_copiable > 2*p_context)) ) {
825 if (fillcnt) {
827 p_efake = filldst + fillcnt - 1;
828 while (fillcnt-- > 0) {

Completed in 53 milliseconds