Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dpatch.c100 static void copy_till(LINENUM, bool);
910 copy_till(where + old - 1, false); in apply_hunk()
926 copy_till(where + old - 1, false); in apply_hunk()
948 copy_till(where + old - 1, false); in apply_hunk()
980 copy_till(where + old - 1, false); in apply_hunk()
1028 copy_till(LINENUM lastline, bool endoffile) in copy_till() function
1053 copy_till(input_lines, true); /* dump remainder of file */ in spew_output()