mc_config_get_home_dir   99 lib/mcconfig.h const char *mc_config_get_home_dir (void);
mc_config_get_home_dir  159 lib/mcconfig/paths.c     if (strcmp (profile_root, mc_config_get_home_dir ()) != 0)
mc_config_get_home_dir 1464 lib/util.c                 profile_root = mc_config_get_home_dir ();
mc_config_get_home_dir  580 lib/vfs/path.c     const char *home_dir = mc_config_get_home_dir ();
mc_config_get_home_dir  241 src/filemanager/cd.c             new_vpath = vfs_path_from_str (mc_config_get_home_dir ());
mc_config_get_home_dir  278 src/filemanager/cd.c             q_vpath = vfs_path_from_str (mc_config_get_home_dir ());
mc_config_get_home_dir  471 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  802 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  214 src/filemanager/tree.c     vpath = vfs_path_from_str (mc_config_get_home_dir ());
mc_config_get_home_dir  292 src/main.c         if (!g_path_is_absolute (mc_config_get_home_dir ()))
mc_config_get_home_dir  295 src/main.c                                 mc_config_get_home_dir ());
mc_config_get_home_dir  305 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  210 src/textconf.c     (void) printf ("%s %s\n", _("Home directory:"), mc_config_get_home_dir ());
mc_config_get_home_dir 1015 src/usermenu.c                 mc_build_filename (mc_config_get_home_dir (),
mc_config_get_home_dir 2617 src/vfs/ftpfs/ftpfs.c     netrcname = g_build_filename (mc_config_get_home_dir (), ".netrc", (char *) NULL);
mc_config_get_home_dir  276 src/vfs/sftpfs/connection.c         mc_build_filename (mc_config_get_home_dir (), ".ssh", "known_hosts", (char *) NULL);