Searched refs:p_repl_lines (Results 1 – 1 of 1) sorted by relevance
58 static LINENUM p_repl_lines; /* # lines in replacement text */ variable96 p_repl_lines = 0; in re_patch()679 p_repl_lines = (getlinenum(s)) - in another_hunk()681 if (p_repl_lines < 0) in another_hunk()684 p_repl_lines = 1; in another_hunk()686 p_repl_lines = 0; in another_hunk()689 if (p_newfirst >= LINENUM_MAX - p_repl_lines || in another_hunk()690 p_repl_lines >= LINENUM_MAX - p_end) in another_hunk()692 p_max = p_repl_lines + p_end; in another_hunk()698 if (p_repl_lines != ptrn_copiable && in another_hunk()[all …]