mc_config_get_home_dir 99 lib/mcconfig.h const char *mc_config_get_home_dir (void); mc_config_get_home_dir 157 lib/mcconfig/paths.c if (strcmp (profile_root, mc_config_get_home_dir ()) != 0) mc_config_get_home_dir 1449 lib/util.c profile_root = mc_config_get_home_dir (); mc_config_get_home_dir 579 lib/vfs/path.c const char *home_dir = mc_config_get_home_dir (); mc_config_get_home_dir 238 src/filemanager/cd.c new_vpath = vfs_path_from_str (mc_config_get_home_dir ()); mc_config_get_home_dir 275 src/filemanager/cd.c q_vpath = vfs_path_from_str (mc_config_get_home_dir ()); mc_config_get_home_dir 469 src/filemanager/hotlist.c listbox_add_item (l_hotlist, LISTBOX_APPEND_AT_END, 0, mc_config_get_home_dir (), NULL, mc_config_get_home_dir 800 src/filemanager/hotlist.c listbox_add_item (l_hotlist, LISTBOX_APPEND_AT_END, 0, mc_config_get_home_dir (), NULL, mc_config_get_home_dir 213 src/filemanager/tree.c vpath = vfs_path_from_str (mc_config_get_home_dir ()); mc_config_get_home_dir 282 src/main.c if (!g_path_is_absolute (mc_config_get_home_dir ())) mc_config_get_home_dir 285 src/main.c mc_config_get_home_dir ()); mc_config_get_home_dir 303 src/subshell/common.c ret = chdir (mc_config_get_home_dir ()); /* FIXME? What about when we re-run the subshell? */ mc_config_get_home_dir 208 src/textconf.c (void) printf ("%s %s\n", _("Home directory:"), mc_config_get_home_dir ()); mc_config_get_home_dir 991 src/usermenu.c mc_build_filename (mc_config_get_home_dir (), mc_config_get_home_dir 2621 src/vfs/ftpfs/ftpfs.c netrcname = g_build_filename (mc_config_get_home_dir (), ".netrc", (char *) NULL); mc_config_get_home_dir 243 src/vfs/sftpfs/connection.c mc_build_filename (mc_config_get_home_dir (), ".ssh", "known_hosts", (char *) NULL);