Searched refs:tempcopy (Results 1 – 1 of 1) sorted by relevance
3790 struct tempnode *tempcopy = nullptr; in avoid_trashing_input() local3815 if (! tempcopy) in avoid_trashing_input()3818 tempcopy = create_temp (&tftp); in avoid_trashing_input()3819 mergefiles (&files[i], 0, 1, tftp, tempcopy->name); in avoid_trashing_input()3822 files[i].name = tempcopy->name; in avoid_trashing_input()3823 files[i].temp = tempcopy; in avoid_trashing_input()