Searched refs:OLD_FILE (Results 1 – 2 of 2) sorted by relevance
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()[all …]
29 #define OLD_FILE 0 macro