Home
last modified time | relevance | path

Searched refs:old_vpath (Results 1 – 2 of 2) sorted by relevance

/dports/misc/mc/mc-4.8.27/src/filemanager/
H A Dtree.c678 vfs_path_t *old_vpath; in tree_rescan() local
680 old_vpath = vfs_path_clone (vfs_get_raw_current_dir ()); in tree_rescan()
681 if (old_vpath == NULL) in tree_rescan()
689 ret = mc_chdir (old_vpath); in tree_rescan()
692 vfs_path_free (old_vpath, TRUE); in tree_rescan()
/dports/misc/mc-nox11/mc-4.8.27/src/filemanager/
H A Dtree.c678 vfs_path_t *old_vpath; in tree_rescan() local
680 old_vpath = vfs_path_clone (vfs_get_raw_current_dir ()); in tree_rescan()
681 if (old_vpath == NULL) in tree_rescan()
689 ret = mc_chdir (old_vpath); in tree_rescan()
692 vfs_path_free (old_vpath, TRUE); in tree_rescan()