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

/freebsd-10.2-release/usr.bin/patch/
H A Dpatch.c99 static void copy_till(LINENUM, bool);
846 copy_till(where + old - 1, false);
862 copy_till(where + old - 1, false);
884 copy_till(where + old - 1, false);
916 copy_till(where + old - 1, false);
964 copy_till(LINENUM lastline, bool endoffile) function
989 copy_till(input_lines, true); /* dump remainder of file */

Completed in 113 milliseconds