vfs_get_raw_current_dir 217 lib/vfs/gc.c vpath = vfs_get_raw_current_dir (); vfs_get_raw_current_dir 642 lib/vfs/interface.c old_vfsid = vfs_getid (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 653 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 261 lib/vfs/vfs.h const vfs_path_t *vfs_get_raw_current_dir (void); vfs_get_raw_current_dir 901 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 303 src/execute.c old_vfs_dir_vpath = vfs_path_clone (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 636 src/filemanager/filemanager.c original_dir = vfs_path_clone (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 891 src/filemanager/filemanager.c vfs_stamp_path (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 957 src/filemanager/filemanager.c return vfs_path_append_new (vfs_get_raw_current_dir (), filename, (char *) NULL); vfs_get_raw_current_dir 2901 src/filemanager/panel.c tmp_vpath = vfs_path_append_new (vfs_get_raw_current_dir (), fname, (char *) NULL); vfs_get_raw_current_dir 3351 src/filemanager/panel.c panel->cwd_vpath = vfs_path_clone (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 4551 src/filemanager/panel.c panel->cwd_vpath = vfs_path_clone (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 4554 src/filemanager/panel.c panel_set_lwd (panel, vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 4569 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 297 src/viewer/mcviewer.c p = vfs_path_clone (vfs_get_raw_current_dir ()); vfs_get_raw_current_dir 67 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 100 tests/src/execute__execute_with_vfs_arg.c vfs_get_raw_current_dir ()));