Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/patch/
H A Dpch.c566 repl_beginning = 0; in another_hunk()
662 if (repl_beginning || in another_hunk()
676 if (repl_beginning) { in another_hunk()
692 repl_beginning = p_end; in another_hunk()
781 ptrn_spaces_eaten |= (repl_beginning != 0); in another_hunk()
783 if (!repl_beginning) in another_hunk()
795 if (!repl_beginning) in another_hunk()
819 if (p_end >= 0 && !repl_beginning) in another_hunk()
826 for (p_end--; p_end > repl_beginning; p_end--) in another_hunk()
837 filldst = repl_beginning + 1; in another_hunk()
[all …]