old_cwd 1058 src/filemanager/panel.c static char *old_cwd = NULL; old_cwd 1064 src/filemanager/panel.c if (old_cwd == NULL || strcmp (old_cwd, vfs_path_as_str (panel->cwd_vpath)) != 0) old_cwd 1069 src/filemanager/panel.c g_free (old_cwd); old_cwd 1070 src/filemanager/panel.c old_cwd = g_strdup (vfs_path_as_str (panel->cwd_vpath)); old_cwd 1072 src/filemanager/panel.c if (mc_realpath (old_cwd, rpath) == NULL)