chdir 1520 lib/vfs/direntry.c vclass->chdir = vfs_s_chdir; chdir 629 lib/vfs/interface.c if (me->chdir == NULL) chdir 635 lib/vfs/interface.c result = me->chdir (cd_vpath); chdir 188 lib/vfs/vfs.h int (*chdir) (const vfs_path_t *vpath); chdir 789 src/filemanager/tree.c if (tree->selected_ptr == NULL || chdir (tree->selected_ptr->name) != 0) chdir 795 src/filemanager/tree.c chdir (old_dir); chdir 306 src/subshell/common.c ret = chdir (mc_config_get_home_dir ()); // FIXME? What about when we re-run the subshell? chdir 1733 src/vfs/extfs/extfs.c vfs_extfs_ops->chdir = extfs_chdir; chdir 315 src/vfs/local/local.c return chdir (path); chdir 511 src/vfs/local/local.c vfs_local_ops->chdir = local_chdir; chdir 835 src/vfs/undelfs/undelfs.c vfs_undelfs_ops->chdir = undelfs_chdir; chdir 97 tests/lib/mc_realpath.c ret = chdir ("/"); chdir 67 tests/lib/vfs/current_dir.c vfs_test_ops->chdir = test_chdir; chdir 84 tests/lib/vfs/relative_cd.c vfs_test_ops1->chdir = test_chdir; chdir 87 tests/lib/vfs/relative_cd.c vfs_local_ops->chdir = test_chdir;