new_dir_vpath     134 src/execute.c  do_possible_cd (const vfs_path_t *new_dir_vpath)
new_dir_vpath     136 src/execute.c      if (!panel_cd (current_panel, new_dir_vpath, cd_exact))
new_dir_vpath     298 src/execute.c      vfs_path_t *new_dir_vpath = NULL;
new_dir_vpath     323 src/execute.c          invoke_subshell (*argv, VISIBLY, old_vfs_dir_vpath != NULL ? NULL : &new_dir_vpath);
new_dir_vpath     358 src/execute.c      if (new_dir_vpath != NULL)
new_dir_vpath     360 src/execute.c          do_possible_cd (new_dir_vpath);
new_dir_vpath     361 src/execute.c          vfs_path_free (new_dir_vpath, TRUE);
new_dir_vpath     458 src/execute.c      vfs_path_t *new_dir_vpath = NULL;
new_dir_vpath     499 src/execute.c          new_dir_p = vfs_current_is_local ()? &new_dir_vpath : NULL;
new_dir_vpath     558 src/execute.c              if (new_dir_vpath != NULL)
new_dir_vpath     559 src/execute.c                  do_possible_cd (new_dir_vpath);
new_dir_vpath     561 src/execute.c          else if (new_dir_vpath != NULL && mc_chdir (new_dir_vpath) != -1)
new_dir_vpath     565 src/execute.c      vfs_path_free (new_dir_vpath, TRUE);
new_dir_vpath    3079 src/filemanager/panel.c     vfs_path_t *new_dir_vpath;
new_dir_vpath    3091 src/filemanager/panel.c         new_dir_vpath = vfs_path_append_new (panel->cwd_vpath, entry->fname->str, (char *) NULL);
new_dir_vpath    3094 src/filemanager/panel.c         new_dir_vpath = vfs_path_append_new (panel->cwd_vpath, "..", (char *) NULL);
new_dir_vpath    3099 src/filemanager/panel.c     panel_cd (p, new_dir_vpath, cd_exact);
new_dir_vpath    3100 src/filemanager/panel.c     vfs_path_free (new_dir_vpath, TRUE);
new_dir_vpath    3142 src/filemanager/panel.c     vfs_path_t *new_dir_vpath;
new_dir_vpath    3185 src/filemanager/panel.c         new_dir_vpath = vfs_path_from_str (buffer);
new_dir_vpath    3187 src/filemanager/panel.c         new_dir_vpath = vfs_path_append_new (panel->cwd_vpath, buffer, (char *) NULL);
new_dir_vpath    3190 src/filemanager/panel.c     panel_cd (cpanel, new_dir_vpath, cd_exact);
new_dir_vpath    3191 src/filemanager/panel.c     vfs_path_free (new_dir_vpath, TRUE);
new_dir_vpath    3464 src/filemanager/panel.c panel_do_cd_int (WPanel *panel, const vfs_path_t *new_dir_vpath, enum cd_enum cd_type)
new_dir_vpath    3473 src/filemanager/panel.c         element = vfs_path_get_by_index (new_dir_vpath, 0);
new_dir_vpath    3475 src/filemanager/panel.c             new_dir_vpath = panel->lwd_vpath;
new_dir_vpath    3478 src/filemanager/panel.c     if (mc_chdir (new_dir_vpath) == -1)
new_dir_vpath    4940 src/filemanager/panel.c panel_do_cd (WPanel *panel, const vfs_path_t *new_dir_vpath, enum cd_enum cd_type)
new_dir_vpath    4944 src/filemanager/panel.c     r = panel_do_cd_int (panel, new_dir_vpath, cd_type);
new_dir_vpath    5537 src/filemanager/panel.c panel_cd (WPanel *panel, const vfs_path_t *new_dir_vpath, enum cd_enum exact)
new_dir_vpath    5540 src/filemanager/panel.c     const vfs_path_t *_new_dir_vpath = new_dir_vpath;
new_dir_vpath    5546 src/filemanager/panel.c         new_vpath_len = vfs_path_len (new_dir_vpath);
new_dir_vpath    5547 src/filemanager/panel.c         if (vfs_path_equal_len (new_dir_vpath, panel->panelized_descr->root_vpath, new_vpath_len))
new_dir_vpath     186 src/filemanager/panel.h gboolean panel_do_cd (WPanel * panel, const vfs_path_t * new_dir_vpath, enum cd_enum cd_type);
new_dir_vpath     187 src/filemanager/panel.h MC_MOCKABLE gboolean panel_cd (WPanel * panel, const vfs_path_t * new_dir_vpath,
new_dir_vpath    1461 src/subshell/common.c invoke_subshell (const char *command, int how, vfs_path_t **new_dir_vpath)
new_dir_vpath    1467 src/subshell/common.c     if (new_dir_vpath != NULL)
new_dir_vpath    1535 src/subshell/common.c     if (new_dir_vpath != NULL && subshell_alive)
new_dir_vpath    1541 src/subshell/common.c             *new_dir_vpath = vfs_path_from_str (subshell_cwd);  /* Make MC change to the subshell's CWD */
new_dir_vpath      59 tests/src/filemanager/cd_to.c panel_cd (WPanel *panel, const vfs_path_t *new_dir_vpath, enum cd_enum cd_type)
new_dir_vpath      63 tests/src/filemanager/cd_to.c     do_cd__new_dir_vpath__captured = vfs_path_clone (new_dir_vpath);
new_dir_vpath      46 tests/src/filemanager/examine_cd.c panel_cd (WPanel *panel, const vfs_path_t *new_dir_vpath, enum cd_enum cd_type)
new_dir_vpath      49 tests/src/filemanager/examine_cd.c     (void) new_dir_vpath;