cwd_vpath        3440 src/diffviewer/ydiff.c         file0 = vfs_path_append_new (panel0->cwd_vpath, fe0->fname->str, (char *) NULL);
cwd_vpath        3454 src/diffviewer/ydiff.c         file1 = vfs_path_append_new (panel1->cwd_vpath, fe1->fname->str, (char *) NULL);
cwd_vpath         244 src/filemanager/cd.c             if (vfs_path_elements_count (current_panel->cwd_vpath) != 1
cwd_vpath         245 src/filemanager/cd.c                 || strlen (vfs_path_get_by_index (current_panel->cwd_vpath, 0)->path) > 1)
cwd_vpath         247 src/filemanager/cd.c                 vfs_path_t *tmp_vpath = current_panel->cwd_vpath;
cwd_vpath         249 src/filemanager/cd.c                 current_panel->cwd_vpath =
cwd_vpath         253 src/filemanager/cd.c             sync_tree (current_panel->cwd_vpath);
cwd_vpath         260 src/filemanager/cd.c                 new_vpath = vfs_path_append_new (current_panel->cwd_vpath, p, (char *) NULL);
cwd_vpath         288 src/filemanager/cmd.c                     vfs_path_append_new (panel->cwd_vpath, source->fname->str, (char *) NULL);
cwd_vpath         290 src/filemanager/cmd.c                     vfs_path_append_new (other->cwd_vpath, target->fname->str, (char *) NULL);
cwd_vpath         332 src/filemanager/cmd.c         s = vfs_path_append_new (current_panel->cwd_vpath, fname, (char *) NULL);
cwd_vpath         335 src/filemanager/cmd.c             d = vfs_path_append_new (other_panel->cwd_vpath, fname, (char *) NULL);
cwd_vpath         343 src/filemanager/cmd.c             s_str = diff_two_paths (other_panel->cwd_vpath, s);
cwd_vpath         432 src/filemanager/cmd.c         (void) mc_chdir (current_panel->cwd_vpath);
cwd_vpath         771 src/filemanager/cmd.c             absdir = vfs_path_append_new (panel->cwd_vpath, tmpdir, (char *) NULL);
cwd_vpath         798 src/filemanager/cmd.c         && vfs_path_equal (current_panel->cwd_vpath, other_panel->cwd_vpath))
cwd_vpath         716 src/filemanager/file.c             p = vfs_path_append_new (panel->cwd_vpath, fe->fname->str, (char *) NULL);
cwd_vpath        1955 src/filemanager/file.c         tmp_dest_dir = vfs_path_as_str (other_panel->cwd_vpath);
cwd_vpath        1957 src/filemanager/file.c         tmp_dest_dir = vfs_path_as_str (panel->cwd_vpath);
cwd_vpath        2043 src/filemanager/file.c         src_vpath = vfs_path_append_new (panel->cwd_vpath, src, (char *) NULL);
cwd_vpath        2144 src/filemanager/file.c         src_vpath = vfs_path_append_new (panel->cwd_vpath, src, (char *) NULL);
cwd_vpath        3538 src/filemanager/file.c                                         vfs_path_as_str (panel->cwd_vpath), (char *) NULL));
cwd_vpath        3545 src/filemanager/file.c             mc_setctl (panel->cwd_vpath, VFS_SETCTL_FORGET, NULL);
cwd_vpath        3578 src/filemanager/file.c     if ((vfs_path_tokens_count (panel->cwd_vpath) != 0)
cwd_vpath        3579 src/filemanager/file.c         && (mc_setctl (panel->cwd_vpath, VFS_SETCTL_STALE_DATA, GUINT_TO_POINTER (1)) != 0))
cwd_vpath        3580 src/filemanager/file.c         save_cwd = vfs_path_clone (panel->cwd_vpath);
cwd_vpath         464 src/filemanager/filemanager.c             || (vfs_path_get_last_path_vfs (panel->cwd_vpath) == vclass
cwd_vpath         465 src/filemanager/filemanager.c                 && vfs_getid (panel->cwd_vpath) == id));
cwd_vpath         685 src/filemanager/filemanager.c     vfs_path_t *cwd_vpath;
cwd_vpath         691 src/filemanager/filemanager.c     cwd_vpath = remove_encoding_from_path (panel->cwd_vpath);
cwd_vpath         692 src/filemanager/filemanager.c     cwd_vpath_str = vfs_path_as_str (cwd_vpath);
cwd_vpath         699 src/filemanager/filemanager.c     vfs_path_free (cwd_vpath, TRUE);
cwd_vpath         720 src/filemanager/filemanager.c         vpath = vfs_path_append_new (panel->cwd_vpath, fe->fname->str, (char *) NULL);
cwd_vpath        1747 src/filemanager/filemanager.c         mc_stat (current_panel->cwd_vpath, &(current_panel->dir_stat));
cwd_vpath        1749 src/filemanager/filemanager.c             mc_stat (other_panel->cwd_vpath, &(other_panel->dir_stat));
cwd_vpath        1800 src/filemanager/filemanager.c             last_wd_str = g_strdup (vfs_path_as_str (current_panel->cwd_vpath));
cwd_vpath         743 src/filemanager/find.c             temp_dir = vfs_path_as_str (panel->cwd_vpath);
cwd_vpath         793 src/filemanager/find.c             *start_dir = g_strdup (vfs_path_as_str (panel->cwd_vpath));
cwd_vpath         807 src/filemanager/find.c             *start_dir = mc_build_filename (vfs_path_as_str (panel->cwd_vpath), s, (char *) NULL);
cwd_vpath         808 src/filemanager/find.c             *start_dir_len = (ssize_t) vfs_path_len (panel->cwd_vpath);
cwd_vpath        1035 src/filemanager/hotlist.c     def_text = vfs_path_to_str_flags (panel->cwd_vpath, 0, VPF_STRIP_PASSWORD);
cwd_vpath        1604 src/filemanager/hotlist.c     label_string = vfs_path_to_str_flags (panel->cwd_vpath, 0, VPF_STRIP_PASSWORD);
cwd_vpath         136 src/filemanager/info.c     p_rp_cwd = mc_realpath (vfs_path_as_str (current_panel->cwd_vpath), rp_cwd);
cwd_vpath         138 src/filemanager/info.c         p_rp_cwd = vfs_path_as_str (current_panel->cwd_vpath);
cwd_vpath        1271 src/filemanager/layout.c         panelswap (cwd_vpath);
cwd_vpath        1425 src/filemanager/layout.c             panels[idx].last_saved_dir = g_strdup (vfs_path_as_str (p->cwd_vpath));
cwd_vpath        1448 src/filemanager/layout.c         vfs_path_t *cwd_vpath;
cwd_vpath        1450 src/filemanager/layout.c         cwd_vpath = PANEL (get_panel_widget (i))->cwd_vpath;
cwd_vpath        1451 src/filemanager/layout.c         return g_strdup (vfs_path_as_str (cwd_vpath));
cwd_vpath        1512 src/filemanager/layout.c         vfs_path_to_str_flags (current_panel->cwd_vpath, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD);
cwd_vpath        1566 src/filemanager/layout.c         path = vfs_path_to_str_flags (current_panel->cwd_vpath, 0, VPF_NONE);
cwd_vpath         929 src/filemanager/panel.c         lc_link_vpath = vfs_path_append_new (panel->cwd_vpath, fe->fname->str, (char *) NULL);
cwd_vpath        1059 src/filemanager/panel.c     if (!vfs_file_is_local (panel->cwd_vpath) || !free_space)
cwd_vpath        1062 src/filemanager/panel.c     if (old_cwd == NULL || strcmp (old_cwd, vfs_path_as_str (panel->cwd_vpath)) != 0)
cwd_vpath        1068 src/filemanager/panel.c         old_cwd = g_strdup (vfs_path_as_str (panel->cwd_vpath));
cwd_vpath        1113 src/filemanager/panel.c     elements_count = vfs_path_elements_count (panel->cwd_vpath);
cwd_vpath        1116 src/filemanager/panel.c     path_element = vfs_path_element_clone (vfs_path_get_by_index (panel->cwd_vpath, -1));
cwd_vpath        1127 src/filemanager/panel.c         prev_path_element = vfs_path_get_by_index (panel->cwd_vpath, -2);
cwd_vpath        1163 src/filemanager/panel.c     path_element = vfs_path_get_by_index (panel->cwd_vpath, -1);
cwd_vpath        1403 src/filemanager/panel.c         directory_history_add (p, p->cwd_vpath);
cwd_vpath        1471 src/filemanager/panel.c     vfs_path_free (p->cwd_vpath, TRUE);
cwd_vpath        2881 src/filemanager/panel.c     full_name_vpath = vfs_path_append_new (panel->cwd_vpath, fname, (char *) NULL);
cwd_vpath        2890 src/filemanager/panel.c     full_name_vpath = vfs_path_append_new (panel->cwd_vpath, fname, (char *) NULL);
cwd_vpath        2972 src/filemanager/panel.c         new_dir_vpath = vfs_path_append_new (panel->cwd_vpath, entry->fname->str, (char *) NULL);
cwd_vpath        2975 src/filemanager/panel.c         new_dir_vpath = vfs_path_append_new (panel->cwd_vpath, "..", (char *) NULL);
cwd_vpath        2976 src/filemanager/panel.c         curr_entry = strrchr (vfs_path_get_last_path_str (panel->cwd_vpath), PATH_SEP);
cwd_vpath        3004 src/filemanager/panel.c     panel_do_cd (other_panel, panel->cwd_vpath, cd_exact);
cwd_vpath        3068 src/filemanager/panel.c         new_dir_vpath = vfs_path_append_new (panel->cwd_vpath, buffer, (char *) NULL);
cwd_vpath        3314 src/filemanager/panel.c get_parent_dir_name (const vfs_path_t *cwd_vpath, const vfs_path_t *lwd_vpath)
cwd_vpath        3320 src/filemanager/panel.c     clen = vfs_path_len (cwd_vpath);
cwd_vpath        3333 src/filemanager/panel.c         cwd = vfs_path_as_str (cwd_vpath);
cwd_vpath        3380 src/filemanager/panel.c     olddir_vpath = vfs_path_clone (panel->cwd_vpath);
cwd_vpath        3381 src/filemanager/panel.c     panel_set_lwd (panel, panel->cwd_vpath);
cwd_vpath        3384 src/filemanager/panel.c     vfs_path_free (panel->cwd_vpath, TRUE);
cwd_vpath        3386 src/filemanager/panel.c     panel->cwd_vpath = vfs_path_clone (vfs_get_raw_current_dir ());
cwd_vpath        3391 src/filemanager/panel.c     subshell_chdir (panel->cwd_vpath);
cwd_vpath        3397 src/filemanager/panel.c     if (!dir_list_load (&panel->dir, panel->cwd_vpath, panel->sort_field->sort_routine,
cwd_vpath        3404 src/filemanager/panel.c     panel_set_current_by_name (panel, get_parent_dir_name (panel->cwd_vpath, olddir_vpath));
cwd_vpath        3496 src/filemanager/panel.c                 panel_do_cd_int (current_panel, current_panel->cwd_vpath, cd_exact);
cwd_vpath        3789 src/filemanager/panel.c         if (mc_chdir (panel->cwd_vpath) != 0)
cwd_vpath        3793 src/filemanager/panel.c             cwd = vfs_path_to_str_flags (panel->cwd_vpath, 0, VPF_STRIP_PASSWORD);
cwd_vpath        3799 src/filemanager/panel.c             subshell_chdir (panel->cwd_vpath);
cwd_vpath        3825 src/filemanager/panel.c         vfs_stamp_path (panel->cwd_vpath);
cwd_vpath        4136 src/filemanager/panel.c     (void) mc_chdir (panel->cwd_vpath);
cwd_vpath        4161 src/filemanager/panel.c         (void) mc_chdir (current_panel->cwd_vpath);
cwd_vpath        4175 src/filemanager/panel.c         mc_setctl (panel->cwd_vpath, VFS_SETCTL_FLUSH, NULL);
cwd_vpath        4298 src/filemanager/panel.c     vfs_path_t *cwd_vpath;
cwd_vpath        4300 src/filemanager/panel.c     cwd_vpath = vfs_path_clone (vpath);
cwd_vpath        4302 src/filemanager/panel.c     while (mc_chdir (cwd_vpath) < 0)
cwd_vpath        4308 src/filemanager/panel.c         panel_cwd_path = vfs_path_as_str (cwd_vpath);
cwd_vpath        4311 src/filemanager/panel.c             vfs_path_free (cwd_vpath, TRUE);
cwd_vpath        4315 src/filemanager/panel.c         tmp_vpath = vfs_path_vtokens_get (cwd_vpath, 0, -1);
cwd_vpath        4316 src/filemanager/panel.c         vfs_path_free (cwd_vpath, TRUE);
cwd_vpath        4317 src/filemanager/panel.c         cwd_vpath =
cwd_vpath        4322 src/filemanager/panel.c     return cwd_vpath;
cwd_vpath        4448 src/filemanager/panel.c     if (vpath != panel->cwd_vpath)  // check if new vpath is not the panel->cwd_vpath object
cwd_vpath        4450 src/filemanager/panel.c         vfs_path_free (panel->cwd_vpath, TRUE);
cwd_vpath        4451 src/filemanager/panel.c         panel->cwd_vpath = vfs_path_clone (vpath);
cwd_vpath        4587 src/filemanager/panel.c         panel->cwd_vpath = vfs_path_clone (vfs_get_raw_current_dir ());
cwd_vpath        4592 src/filemanager/panel.c     path_element = vfs_path_get_by_index (panel->cwd_vpath, -1);
cwd_vpath        4596 src/filemanager/panel.c     if (mc_chdir (panel->cwd_vpath) != 0)
cwd_vpath        4600 src/filemanager/panel.c         vfs_path_free (panel->cwd_vpath, TRUE);
cwd_vpath        4601 src/filemanager/panel.c         panel->cwd_vpath = vfs_path_clone (vfs_get_raw_current_dir ());
cwd_vpath        4605 src/filemanager/panel.c     if (!dir_list_load (&panel->dir, panel->cwd_vpath, panel->sort_field->sort_routine,
cwd_vpath        4634 src/filemanager/panel.c     vfs_path_t *cwd_vpath;
cwd_vpath        4636 src/filemanager/panel.c     if (panels_options.fast_reload && stat (vfs_path_as_str (panel->cwd_vpath), &current_stat) == 0
cwd_vpath        4641 src/filemanager/panel.c     cwd_vpath = panel_recursive_cd_to_parent (panel->cwd_vpath);
cwd_vpath        4642 src/filemanager/panel.c     vfs_path_free (panel->cwd_vpath, TRUE);
cwd_vpath        4644 src/filemanager/panel.c     if (cwd_vpath == NULL)
cwd_vpath        4646 src/filemanager/panel.c         panel->cwd_vpath = vfs_path_from_str (PATH_SEP_STR);
cwd_vpath        4652 src/filemanager/panel.c     panel->cwd_vpath = cwd_vpath;
cwd_vpath        4656 src/filemanager/panel.c     if (!dir_list_reload (&panel->dir, panel->cwd_vpath, panel->sort_field->sort_routine,
cwd_vpath        4857 src/filemanager/panel.c         directory_history_add (panel, panel->cwd_vpath);
cwd_vpath        5003 src/filemanager/panel.c         cd_path_vpath = remove_encoding_from_path (panel->cwd_vpath);
cwd_vpath        5021 src/filemanager/panel.c         vfs_path_change_encoding (panel->cwd_vpath, encoding);
cwd_vpath        5023 src/filemanager/panel.c         if (!panel_do_cd (panel, panel->cwd_vpath, cd_parse_command))
cwd_vpath        5024 src/filemanager/panel.c             cd_error_message (vfs_path_as_str (panel->cwd_vpath));
cwd_vpath        5115 src/filemanager/panel.c         (void) mc_chdir (panel->cwd_vpath);
cwd_vpath        5275 src/filemanager/panel.c         panel_panelize_change_root (panel, panel->cwd_vpath);
cwd_vpath        5285 src/filemanager/panel.c     panelized_same = vfs_path_equal (pdescr->root_vpath, panel->cwd_vpath);
cwd_vpath        5383 src/filemanager/panel.c     panel_panelize_change_root (panel, panel->cwd_vpath);
cwd_vpath        5473 src/filemanager/panel.c         path_element = vfs_path_get_by_index (panel->cwd_vpath, -1);
cwd_vpath          98 src/filemanager/panel.h     vfs_path_t *cwd_vpath;  // Current Working Directory
cwd_vpath         315 src/filemanager/panelize.c     panel_panelize_change_root (current_panel, current_panel->cwd_vpath);
cwd_vpath          65 src/subshell/proxyfunc.c         return current_panel->cwd_vpath;
cwd_vpath         299 src/usermenu.c                 && mc_search (arg, NULL, vfs_path_as_str (panel->cwd_vpath), search_type);
cwd_vpath         873 src/usermenu.c             cwd = vfs_path_as_str (panel->cwd_vpath);
cwd_vpath         962 src/usermenu.c             const char *cwd = vfs_path_as_str (panel->cwd_vpath);
cwd_vpath          52 tests/src/filemanager/exec_get_export_variables_ext.c     current_panel->cwd_vpath = vfs_path_from_str ("/home");
cwd_vpath          65 tests/src/usermenu__test_expand_format.c     current_panel->cwd_vpath = vfs_path_from_str (CURRENT_DIR);
cwd_vpath          83 tests/src/usermenu__test_expand_format.c     other_panel->cwd_vpath = vfs_path_from_str (OTHER_DIR);
cwd_vpath         105 tests/src/usermenu__test_expand_format.c     vfs_path_free (current_panel->cwd_vpath, TRUE);
cwd_vpath         108 tests/src/usermenu__test_expand_format.c     vfs_path_free (other_panel->cwd_vpath, TRUE);