tmp_edit_temp_file 1881 src/editor/editcmd.c char *exp, *tmp, *tmp_edit_temp_file; tmp_edit_temp_file 1894 src/editor/editcmd.c tmp_edit_temp_file = mc_config_get_full_path (EDIT_HOME_TEMP_FILE); tmp_edit_temp_file 1895 src/editor/editcmd.c tmp = g_strconcat (exp, " > ", tmp_edit_temp_file, (char *) NULL); tmp_edit_temp_file 1896 src/editor/editcmd.c g_free (tmp_edit_temp_file);