old_cwd 1199 src/filemanager/panel.c static char *old_cwd = NULL; old_cwd 1205 src/filemanager/panel.c if (old_cwd == NULL || strcmp (old_cwd, vfs_path_as_str (panel->cwd_vpath)) != 0) old_cwd 1210 src/filemanager/panel.c g_free (old_cwd); old_cwd 1211 src/filemanager/panel.c old_cwd = g_strdup (vfs_path_as_str (panel->cwd_vpath)); old_cwd 1213 src/filemanager/panel.c if (mc_realpath (old_cwd, rpath) == NULL)