Lines Matching refs:diff3_fatal
212 static void diff3_fatal PARAMS((char const *));
490 diff3_fatal ("read error");
529 diff3_fatal ("write error");
794 diff3_fatal ("internal error: screwup in format of diff blocks");
1124 diff3_fatal ("internal error: invalid diff type in process_diff");
1147 diff3_fatal ("invalid diff format; invalid change separator");
1327 diff3_fatal ("subsidiary diff failed");
1330 diff3_fatal ("could not open temporary diff file");
1350 diff3_fatal ("files are too large to fit into memory");
1356 diff3_fatal ("invalid diff format; incomplete last line");
1386 diff3_fatal ("invalid diff format; incorrect leading line chars");
1471 diff3_fatal ("internal error: invalid diff type passed to output");
1757 diff3_fatal ("input file shrank");
1814 diff3_fatal ("input file shrank");
1860 diff3_fatal (string) in diff3_fatal() function