Searched refs:tempfiles (Results 1 – 1 of 1) sorted by relevance
4087 struct sortfile *tempfiles = xnmalloc (ntemps, sizeof *tempfiles); in sort() local4090 tempfiles[i].name = node->name; in sort()4091 tempfiles[i].temp = node; in sort()4094 merge (tempfiles, ntemps, ntemps, output_file); in sort()4095 free (tempfiles); in sort()