vfs_get_raw_current_dir 218 lib/vfs/gc.c vpath = vfs_get_raw_current_dir (); vfs_get_raw_current_dir 653 lib/vfs/interface.c old_vfsid = vfs_getid (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 664 lib/vfs/interface.c path_element = vfs_path_get_by_index (vfs_get_raw_current_dir (), -1); vfs_get_raw_current_dir 218 lib/vfs/vfs.c && mc_stat (vfs_get_raw_current_dir (), &my_stat2) == 0 vfs_get_raw_current_dir 639 lib/vfs/vfs.c if (vfs_get_raw_current_dir () == NULL) vfs_get_raw_current_dir 657 lib/vfs/vfs.c me = vfs_path_get_last_path_vfs (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 263 lib/vfs/vfs.h const vfs_path_t *vfs_get_raw_current_dir (void); vfs_get_raw_current_dir 903 src/editor/editcmd.c edit->dir_vpath = vfs_path_clone (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 187 src/execute.c if ((filename_vpath == NULL && vfs_file_is_local (vfs_get_raw_current_dir ())) vfs_get_raw_current_dir 304 src/execute.c old_vfs_dir_vpath = vfs_path_clone (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 638 src/filemanager/filemanager.c original_dir = vfs_path_clone (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 893 src/filemanager/filemanager.c vfs_stamp_path (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 959 src/filemanager/filemanager.c return vfs_path_append_new (vfs_get_raw_current_dir (), filename, (char *) NULL); vfs_get_raw_current_dir 3024 src/filemanager/panel.c tmp_vpath = vfs_path_append_new (vfs_get_raw_current_dir (), fname, (char *) NULL); vfs_get_raw_current_dir 3488 src/filemanager/panel.c panel->cwd_vpath = vfs_path_clone (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 4672 src/filemanager/panel.c panel->cwd_vpath = vfs_path_clone (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 4675 src/filemanager/panel.c panel_set_lwd (panel, vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 4690 src/filemanager/panel.c panel->cwd_vpath = vfs_path_clone (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 680 src/filemanager/tree.c old_vpath = vfs_path_clone (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 66 src/subshell/proxyfunc.c return vfs_get_raw_current_dir (); vfs_get_raw_current_dir 304 src/viewer/mcviewer.c p = vfs_path_clone (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 72 tests/src/execute__execute_with_vfs_arg.c tmp_vpath = (data->input_path == NULL) ? vfs_get_raw_current_dir () : filename_vpath; vfs_get_raw_current_dir 110 tests/src/execute__execute_with_vfs_arg.c vfs_get_raw_current_dir ()));