Lines Matching refs:p_repl_lines

58 static LINENUM	p_repl_lines;	/* # lines in replacement text */  variable
96 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()
699 (p_context != 0 || p_repl_lines != 1)) in another_hunk()
800 if (!p_context && p_repl_lines == 1) { in another_hunk()
801 p_repl_lines = 0; in another_hunk()
806 fillcnt = p_repl_lines; in another_hunk()
899 p_repl_lines = getskiplinenum(&s); in another_hunk()
901 p_repl_lines = 1; in another_hunk()
907 p_newfirst > LINENUM_MAX - p_repl_lines || in another_hunk()
908 p_ptrn_lines >= LINENUM_MAX - p_repl_lines - 1) in another_hunk()
912 p_max = p_ptrn_lines + p_repl_lines + 1; in another_hunk()
917 p_end = fillnew + p_repl_lines; in another_hunk()
927 p_newfirst + p_repl_lines - 1); in another_hunk()
1072 p_repl_lines = max - min + 1; in another_hunk()
1073 if (p_newfirst > LINENUM_MAX - p_repl_lines || in another_hunk()
1074 p_ptrn_lines >= LINENUM_MAX - p_repl_lines - 1) in another_hunk()
1076 p_end = p_ptrn_lines + p_repl_lines + 1; in another_hunk()
1300 p_ptrn_lines = p_repl_lines; in pch_swap()
1301 p_repl_lines = i; in pch_swap()
1343 return p_repl_lines; in pch_repl_lines()