scratch_file
int scratch_file(FLAG mode);
if ((fd = scratch_file(WRITE)) == ERRORS)
return scratch_file(mode);/* Have another go */
if ((fd = scratch_file(READ)) == ERRORS)
if ((yank_fd = scratch_file(READ)) == ERRORS) {