tmp_edit_temp_file 1848 src/editor/editcmd.c char *exp, *tmp, *tmp_edit_temp_file; tmp_edit_temp_file 1861 src/editor/editcmd.c tmp_edit_temp_file = mc_config_get_full_path (EDIT_HOME_TEMP_FILE); tmp_edit_temp_file 1862 src/editor/editcmd.c tmp = g_strconcat (exp, " > ", tmp_edit_temp_file, (char *) NULL); tmp_edit_temp_file 1863 src/editor/editcmd.c g_free (tmp_edit_temp_file);