tmp_edit_temp_file 1836 src/editor/editcmd.c     char *exp, *tmp, *tmp_edit_temp_file;
tmp_edit_temp_file 1849 src/editor/editcmd.c     tmp_edit_temp_file = mc_config_get_full_path (EDIT_HOME_TEMP_FILE);
tmp_edit_temp_file 1850 src/editor/editcmd.c     tmp = g_strconcat (exp, " > ", tmp_edit_temp_file, (char *) NULL);
tmp_edit_temp_file 1851 src/editor/editcmd.c     g_free (tmp_edit_temp_file);