vfs_get_raw_current_dir  218 lib/vfs/gc.c       vpath = vfs_get_raw_current_dir ();
vfs_get_raw_current_dir  651 lib/vfs/interface.c     old_vfsid = vfs_getid (vfs_get_raw_current_dir ());
vfs_get_raw_current_dir  662 lib/vfs/interface.c     path_element = vfs_path_get_by_index (vfs_get_raw_current_dir (), -1);
vfs_get_raw_current_dir  220 lib/vfs/vfs.c              && mc_stat (vfs_get_raw_current_dir (), &my_stat2) == 0
vfs_get_raw_current_dir  642 lib/vfs/vfs.c      if (vfs_get_raw_current_dir () == NULL)
vfs_get_raw_current_dir  660 lib/vfs/vfs.c      me = vfs_path_get_last_path_vfs (vfs_get_raw_current_dir ());
vfs_get_raw_current_dir  256 lib/vfs/vfs.h  const vfs_path_t *vfs_get_raw_current_dir (void);
vfs_get_raw_current_dir  904 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  644 src/filemanager/filemanager.c     original_dir = vfs_path_clone (vfs_get_raw_current_dir ());
vfs_get_raw_current_dir  888 src/filemanager/filemanager.c     vfs_stamp_path (vfs_get_raw_current_dir ());
vfs_get_raw_current_dir  954 src/filemanager/filemanager.c     return vfs_path_append_new (vfs_get_raw_current_dir (), filename, (char *) NULL);
vfs_get_raw_current_dir   72 src/filemanager/filenot.c     return vfs_path_append_vpath_new (vfs_get_raw_current_dir (), vpath, NULL);
vfs_get_raw_current_dir 2969 src/filemanager/panel.c         tmp_vpath = vfs_path_append_new (vfs_get_raw_current_dir (), fname, (char *) NULL);
vfs_get_raw_current_dir 3421 src/filemanager/panel.c     panel->cwd_vpath = vfs_path_clone (vfs_get_raw_current_dir ());
vfs_get_raw_current_dir 4587 src/filemanager/panel.c         panel->cwd_vpath = vfs_path_clone (vfs_get_raw_current_dir ());
vfs_get_raw_current_dir 4590 src/filemanager/panel.c     panel_set_lwd (panel, vfs_get_raw_current_dir ());
vfs_get_raw_current_dir 4605 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  302 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 ()));