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

/netbsd-current/usr.bin/patch/
H A Dpch.c511 LINENUM fillcnt; /* #lines of missing ptrn or repl */ local
537 fillcnt = 0;
642 fillcnt = p_ptrn_lines;
806 fillcnt = p_repl_lines;
808 } else if (!p_context && fillcnt == 1) {
822 fillcnt = 0;
826 (fillcnt || (p_first > 1 && ptrn_copiable > 2 * p_context))) {
835 if (fillcnt) {
837 p_efake = filldst + fillcnt - 1;
838 while (fillcnt
[all...]

Completed in 201 milliseconds