Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/patch/
H A Dpch.c541 repl_beginning = 0; in another_hunk()
642 if (repl_beginning || in another_hunk()
656 if (repl_beginning) { in another_hunk()
672 repl_beginning = p_end; in another_hunk()
761 ptrn_spaces_eaten |= (repl_beginning != 0); in another_hunk()
763 if (!repl_beginning) in another_hunk()
775 if (!repl_beginning) in another_hunk()
799 if (p_end >= 0 && !repl_beginning) in another_hunk()
806 for (p_end--; p_end > repl_beginning; p_end--) in another_hunk()
817 filldst = repl_beginning + 1; in another_hunk()
[all …]