Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/patch/
H A Dpch.c565 repl_beginning = 0; in another_hunk()
661 if (repl_beginning || in another_hunk()
675 if (repl_beginning) { in another_hunk()
691 repl_beginning = p_end; in another_hunk()
780 ptrn_spaces_eaten |= (repl_beginning != 0); in another_hunk()
782 if (!repl_beginning) in another_hunk()
794 if (!repl_beginning) in another_hunk()
818 if (p_end >= 0 && !repl_beginning) in another_hunk()
825 for (p_end--; p_end > repl_beginning; p_end--) in another_hunk()
836 filldst = repl_beginning + 1; in another_hunk()
[all …]