old_cwd 1054 src/filemanager/panel.c static char *old_cwd = NULL; old_cwd 1060 src/filemanager/panel.c if (old_cwd == NULL || strcmp (old_cwd, vfs_path_as_str (panel->cwd_vpath)) != 0) old_cwd 1065 src/filemanager/panel.c g_free (old_cwd); old_cwd 1066 src/filemanager/panel.c old_cwd = g_strdup (vfs_path_as_str (panel->cwd_vpath)); old_cwd 1068 src/filemanager/panel.c if (mc_realpath (old_cwd, rpath) == NULL)