Lines Matching defs:fillcnt
511 LINENUM fillcnt; /* #lines of missing ptrn or repl */
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-- > 0) {