vfs_get_raw_current_dir  217 lib/vfs/gc.c       vpath = vfs_get_raw_current_dir ();
vfs_get_raw_current_dir  634 lib/vfs/interface.c     old_vfsid = vfs_getid (vfs_get_raw_current_dir ());
vfs_get_raw_current_dir  645 lib/vfs/interface.c     path_element = vfs_path_get_by_index (vfs_get_raw_current_dir (), -1);
vfs_get_raw_current_dir  208 lib/vfs/vfs.c              && mc_stat (vfs_get_raw_current_dir (), &my_stat2) == 0
vfs_get_raw_current_dir  629 lib/vfs/vfs.c      if (vfs_get_raw_current_dir () == NULL)
vfs_get_raw_current_dir  647 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  897 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  627 src/filemanager/filemanager.c     original_dir = vfs_path_clone (vfs_get_raw_current_dir ());
vfs_get_raw_current_dir  863 src/filemanager/filemanager.c     vfs_stamp_path (vfs_get_raw_current_dir ());
vfs_get_raw_current_dir  929 src/filemanager/filemanager.c     return vfs_path_append_new (vfs_get_raw_current_dir (), filename, (char *) NULL);
vfs_get_raw_current_dir 2893 src/filemanager/panel.c         tmp_vpath = vfs_path_append_new (vfs_get_raw_current_dir (), fname, (char *) NULL);
vfs_get_raw_current_dir 3341 src/filemanager/panel.c     panel->cwd_vpath = vfs_path_clone (vfs_get_raw_current_dir ());
vfs_get_raw_current_dir 4535 src/filemanager/panel.c         panel->cwd_vpath = vfs_path_clone (vfs_get_raw_current_dir ());
vfs_get_raw_current_dir 4538 src/filemanager/panel.c     panel_set_lwd (panel, vfs_get_raw_current_dir ());
vfs_get_raw_current_dir 4549 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 ()));