Lines Matching refs:OLD_FILE
319 names[OLD_FILE].path = fetchname(s + 4, in intuit_diff_type()
320 &names[OLD_FILE].exists, strippath); in intuit_diff_type()
334 names[OLD_FILE].path = fetchname(s + off, in intuit_diff_type()
335 &names[OLD_FILE].exists, strippath); in intuit_diff_type()
358 p4_fetchname(&names[OLD_FILE], s + 5); in intuit_diff_type()
408 struct file_name tmp = names[OLD_FILE]; in intuit_diff_type()
409 names[OLD_FILE] = names[NEW_FILE]; in intuit_diff_type()
425 if (names[OLD_FILE].path != NULL) in intuit_diff_type()
426 source_file = xstrdup(names[OLD_FILE].path); in intuit_diff_type()
427 else if (names[OLD_FILE].exists) in intuit_diff_type()
435 if (names[OLD_FILE].path != NULL || in intuit_diff_type()
459 free(names[OLD_FILE].path); in intuit_diff_type()
1575 for (i = INDEX_FILE; i >= OLD_FILE; i--) { in compare_names()