dirname_vpath 137 lib/widget/input_complete.c static vfs_path_t *dirname_vpath = NULL; dirname_vpath 169 lib/widget/input_complete.c vfs_path_free (dirname_vpath, TRUE); dirname_vpath 188 lib/widget/input_complete.c dirname_vpath = vfs_path_from_str (dirname); dirname_vpath 194 lib/widget/input_complete.c directory = mc_opendir (dirname_vpath); dirname_vpath 274 lib/widget/input_complete.c vfs_path_free (dirname_vpath, TRUE); dirname_vpath 275 lib/widget/input_complete.c dirname_vpath = NULL; dirname_vpath 628 src/filemanager/file.c do_compute_dir_size (const vfs_path_t *dirname_vpath, dirsize_status_msg_t *dsm, size_t *dir_count, dirname_vpath 644 src/filemanager/file.c dir = mc_opendir (dirname_vpath); dirname_vpath 655 src/filemanager/file.c tmp_vpath = vfs_path_append_new (dirname_vpath, dirent->d_name, (char *) NULL); dirname_vpath 673 src/filemanager/file.c dsm->dirname_vpath = tmp_vpath; dirname_vpath 3443 src/filemanager/file.c str_trunc (vfs_path_as_str (dsm->dirname_vpath), wd->rect.cols - 6)); dirname_vpath 3477 src/filemanager/file.c compute_dir_size (const vfs_path_t *dirname_vpath, dirsize_status_msg_t *sm, size_t *ret_dir_count, dirname_vpath 3480 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 1919 src/filemanager/find.c vfs_path_t *dirname_vpath; dirname_vpath 1921 src/filemanager/find.c dirname_vpath = vfs_path_from_str (dirname); dirname_vpath 1922 src/filemanager/find.c panel_cd (panel, dirname_vpath, cd_exact); dirname_vpath 1923 src/filemanager/find.c vfs_path_free (dirname_vpath, TRUE);