Lines Matching refs:p_repl_lines
52 static LINENUM p_repl_lines; /* # lines in replacement text */ variable
93 p_repl_lines = 0; in re_patch()
710 p_repl_lines = strtolinenum(s, &s) - in another_hunk()
712 if (p_repl_lines < 0) in another_hunk()
715 p_repl_lines = 1; in another_hunk()
717 p_repl_lines = 0; in another_hunk()
720 if (p_newfirst >= LINENUM_MAX - p_repl_lines || in another_hunk()
721 p_repl_lines >= LINENUM_MAX - p_end) in another_hunk()
723 p_max = p_repl_lines + p_end; in another_hunk()
729 if (p_repl_lines != ptrn_copiable && in another_hunk()
730 (p_context != 0 || p_repl_lines != 1)) in another_hunk()
831 if (!p_context && p_repl_lines == 1) { in another_hunk()
832 p_repl_lines = 0; in another_hunk()
837 fillcnt = p_repl_lines; in another_hunk()
926 p_repl_lines = strtolinenum(s + 1, &s); in another_hunk()
928 p_repl_lines = 1; in another_hunk()
934 p_newfirst > LINENUM_MAX - p_repl_lines || in another_hunk()
935 p_ptrn_lines >= LINENUM_MAX - p_repl_lines - 1) in another_hunk()
939 p_max = p_ptrn_lines + p_repl_lines + 1; in another_hunk()
944 p_end = fillnew + p_repl_lines; in another_hunk()
954 p_newfirst + p_repl_lines - 1); in another_hunk()
1096 p_repl_lines = max - min + 1; in another_hunk()
1097 if (p_newfirst > LINENUM_MAX - p_repl_lines || in another_hunk()
1098 p_ptrn_lines >= LINENUM_MAX - p_repl_lines - 1) in another_hunk()
1100 p_end = p_ptrn_lines + p_repl_lines + 1; in another_hunk()
1347 p_ptrn_lines = p_repl_lines; in pch_swap()
1348 p_repl_lines = i; in pch_swap()
1390 return p_repl_lines; in pch_repl_lines()