old_cwd          1194 src/filemanager/panel.c     static char *old_cwd = NULL;
old_cwd          1200 src/filemanager/panel.c     if (old_cwd == NULL || strcmp (old_cwd, vfs_path_as_str (panel->cwd_vpath)) != 0)
old_cwd          1205 src/filemanager/panel.c         g_free (old_cwd);
old_cwd          1206 src/filemanager/panel.c         old_cwd = g_strdup (vfs_path_as_str (panel->cwd_vpath));
old_cwd          1208 src/filemanager/panel.c         if (mc_realpath (old_cwd, rpath) == NULL)