current_dir       638 lib/vfs/vfs.c      char *current_dir;
current_dir       644 lib/vfs/vfs.c          current_dir = g_get_current_dir ();
current_dir       645 lib/vfs/vfs.c          vfs_set_raw_current_dir (vfs_path_from_str (current_dir));
current_dir       646 lib/vfs/vfs.c          g_free (current_dir);
current_dir       648 lib/vfs/vfs.c          current_dir = getenv ("PWD");
current_dir       649 lib/vfs/vfs.c          tmp_vpath = vfs_path_from_str (current_dir);
current_dir       663 lib/vfs/vfs.c          current_dir = g_get_current_dir ();
current_dir       664 lib/vfs/vfs.c          tmp_vpath = vfs_path_from_str (current_dir);
current_dir       665 lib/vfs/vfs.c          g_free (current_dir);
current_dir      1077 src/filemanager/boxes.c tree_box (const char *current_dir)
current_dir      1086 src/filemanager/boxes.c     (void) current_dir;
current_dir        34 src/filemanager/boxes.h char *tree_box (const char *current_dir);
current_dir       569 src/filemanager/filemanager.c     char *current_dir, *other_dir;
current_dir       599 src/filemanager/filemanager.c             current_dir = NULL; /* assume current dir */
current_dir       605 src/filemanager/filemanager.c             current_dir = (char *) mc_run_param0;
current_dir       611 src/filemanager/filemanager.c             current_dir = (char *) mc_run_param0;
current_dir       626 src/filemanager/filemanager.c             current_dir = NULL; /* assume current dir */
current_dir       632 src/filemanager/filemanager.c             current_dir = (char *) mc_run_param0;
current_dir       638 src/filemanager/filemanager.c             current_dir = (char *) mc_run_param0;
current_dir       661 src/filemanager/filemanager.c     if (current_dir == NULL)
current_dir       667 src/filemanager/filemanager.c         if (g_path_is_absolute (current_dir))
current_dir       668 src/filemanager/filemanager.c             vpath = vfs_path_from_str (current_dir);
current_dir       670 src/filemanager/filemanager.c             vpath = vfs_path_append_new (original_dir, current_dir, (char *) NULL);
current_dir       224 src/vfs/ftpfs/ftpfs.c     char *current_dir;
current_dir       450 src/vfs/ftpfs/ftpfs.c         char *cwdir = ftp_super->current_dir;
current_dir       454 src/vfs/ftpfs/ftpfs.c         ftp_super->current_dir = NULL;
current_dir       466 src/vfs/ftpfs/ftpfs.c         ftp_super->current_dir = cwdir;
current_dir       592 src/vfs/ftpfs/ftpfs.c     g_free (ftp_super->current_dir);
current_dir      1010 src/vfs/ftpfs/ftpfs.c     ftp_super->current_dir = ftpfs_get_current_directory (me, super);
current_dir      1011 src/vfs/ftpfs/ftpfs.c     if (ftp_super->current_dir == NULL)
current_dir      1012 src/vfs/ftpfs/ftpfs.c         ftp_super->current_dir = g_strdup (PATH_SEP_STR);
current_dir      2236 src/vfs/ftpfs/ftpfs.c     return (FTP_SUPER (super)->current_dir != NULL
current_dir      2237 src/vfs/ftpfs/ftpfs.c             && strcmp (path, FTP_SUPER (super)->current_dir) == 0);
current_dir      2260 src/vfs/ftpfs/ftpfs.c         g_free (ftp_super->current_dir);
current_dir      2261 src/vfs/ftpfs/ftpfs.c         ftp_super->current_dir = g_strdup (remote_path);