Home
last modified time | relevance | path

Searched refs:p_repl_lines (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/patch/
H A Dpch.c52 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()
[all …]