Home
last modified time | relevance | path

Searched refs:tmp_edit_temp_file (Results 1 – 2 of 2) sorted by relevance

/dports/misc/mc-nox11/mc-4.8.27/src/editor/
H A Deditcmd.c1884 char *exp, *tmp, *tmp_edit_temp_file; in edit_ext_cmd() local
1897 tmp_edit_temp_file = mc_config_get_full_path (EDIT_HOME_TEMP_FILE); in edit_ext_cmd()
1898 tmp = g_strconcat (exp, " > ", tmp_edit_temp_file, (char *) NULL); in edit_ext_cmd()
1899 g_free (tmp_edit_temp_file); in edit_ext_cmd()
/dports/misc/mc/mc-4.8.27/src/editor/
H A Deditcmd.c1884 char *exp, *tmp, *tmp_edit_temp_file; in edit_ext_cmd() local
1897 tmp_edit_temp_file = mc_config_get_full_path (EDIT_HOME_TEMP_FILE); in edit_ext_cmd()
1898 tmp = g_strconcat (exp, " > ", tmp_edit_temp_file, (char *) NULL); in edit_ext_cmd()
1899 g_free (tmp_edit_temp_file); in edit_ext_cmd()