profile_root      149 lib/mcconfig/paths.c     const char *profile_root;
profile_root      157 lib/mcconfig/paths.c     profile_root = mc_get_profile_root ();
profile_root      159 lib/mcconfig/paths.c     if (strcmp (profile_root, mc_config_get_home_dir ()) != 0)
profile_root      168 lib/mcconfig/paths.c         dir = g_build_filename (profile_root, ".config", (char *) NULL);
profile_root      172 lib/mcconfig/paths.c         dir = g_build_filename (profile_root, ".cache", (char *) NULL);
profile_root      176 lib/mcconfig/paths.c         dir = g_build_filename (profile_root, ".local", "share", (char *) NULL);
profile_root     1458 lib/util.c         static const char *profile_root = NULL;
profile_root     1460 lib/util.c         if (profile_root == NULL)
profile_root     1462 lib/util.c             profile_root = g_getenv ("MC_PROFILE_ROOT");
profile_root     1463 lib/util.c             if (profile_root == NULL || *profile_root == '\0')
profile_root     1464 lib/util.c                 profile_root = mc_config_get_home_dir ();
profile_root     1467 lib/util.c         return profile_root;