old_cwd 1141 src/filemanager/panel.c static char *old_cwd = NULL; old_cwd 1147 src/filemanager/panel.c if (old_cwd == NULL || strcmp (old_cwd, vfs_path_as_str (panel->cwd_vpath)) != 0) old_cwd 1152 src/filemanager/panel.c g_free (old_cwd); old_cwd 1153 src/filemanager/panel.c old_cwd = g_strdup (vfs_path_as_str (panel->cwd_vpath)); old_cwd 1155 src/filemanager/panel.c if (mc_realpath (old_cwd, rpath) == NULL)