dirname_vpath     136 lib/widget/input_complete.c     static vfs_path_t *dirname_vpath = NULL;
dirname_vpath     168 lib/widget/input_complete.c         vfs_path_free (dirname_vpath, TRUE);
dirname_vpath     187 lib/widget/input_complete.c         dirname_vpath = vfs_path_from_str (dirname);
dirname_vpath     193 lib/widget/input_complete.c         directory = mc_opendir (dirname_vpath);
dirname_vpath     273 lib/widget/input_complete.c         vfs_path_free (dirname_vpath, TRUE);
dirname_vpath     274 lib/widget/input_complete.c         dirname_vpath = NULL;
dirname_vpath     633 src/filemanager/file.c do_compute_dir_size (const vfs_path_t *dirname_vpath, dirsize_status_msg_t *dsm,
dirname_vpath     650 src/filemanager/file.c     dir = mc_opendir (dirname_vpath);
dirname_vpath     661 src/filemanager/file.c         tmp_vpath = vfs_path_append_new (dirname_vpath, dirent->d_name, (char *) NULL);
dirname_vpath     680 src/filemanager/file.c                 dsm->dirname_vpath = tmp_vpath;
dirname_vpath    3434 src/filemanager/file.c                     str_trunc (vfs_path_as_str (dsm->dirname_vpath), wd->rect.cols - 6));
dirname_vpath    3468 src/filemanager/file.c compute_dir_size (const vfs_path_t *dirname_vpath, dirsize_status_msg_t *sm,
dirname_vpath    3472 src/filemanager/file.c     return do_compute_dir_size (dirname_vpath, sm, ret_dir_count, ret_marked_count, ret_total,
dirname_vpath      33 src/filemanager/file.h     const vfs_path_t *dirname_vpath;
dirname_vpath      61 src/filemanager/file.h FileProgressStatus compute_dir_size (const vfs_path_t * dirname_vpath, dirsize_status_msg_t * sm,
dirname_vpath    1929 src/filemanager/find.c                 vfs_path_t *dirname_vpath;
dirname_vpath    1931 src/filemanager/find.c                 dirname_vpath = vfs_path_from_str (dirname);
dirname_vpath    1932 src/filemanager/find.c                 panel_cd (panel, dirname_vpath, cd_exact);
dirname_vpath    1933 src/filemanager/find.c                 vfs_path_free (dirname_vpath, TRUE);