Searched refs:OLD_FILE (Results 1 – 2 of 2) sorted by relevance
304 names[OLD_FILE].path = fetchname(s + 4, in intuit_diff_type()305 &names[OLD_FILE].exists, strippath); in intuit_diff_type()311 names[OLD_FILE].path = fetchname(s + 4, in intuit_diff_type()312 &names[OLD_FILE].exists, strippath); in intuit_diff_type()376 struct file_name tmp = names[OLD_FILE]; in intuit_diff_type()377 names[OLD_FILE] = names[NEW_FILE]; in intuit_diff_type()385 if (names[OLD_FILE].path != NULL || in intuit_diff_type()409 free(names[OLD_FILE].path); in intuit_diff_type()1540 for (i = INDEX_FILE; i >= OLD_FILE; i--) { in best_name()1561 for (i = INDEX_FILE; i >= OLD_FILE; i--) { in best_name()
33 #define OLD_FILE 0 macro