current_dir 625 lib/vfs/vfs.c char *current_dir; current_dir 631 lib/vfs/vfs.c current_dir = my_get_current_dir (); current_dir 632 lib/vfs/vfs.c vfs_set_raw_current_dir (vfs_path_from_str (current_dir)); current_dir 633 lib/vfs/vfs.c g_free (current_dir); current_dir 635 lib/vfs/vfs.c current_dir = getenv ("PWD"); current_dir 636 lib/vfs/vfs.c tmp_vpath = vfs_path_from_str (current_dir); current_dir 650 lib/vfs/vfs.c current_dir = my_get_current_dir (); current_dir 651 lib/vfs/vfs.c tmp_vpath = vfs_path_from_str (current_dir); current_dir 652 lib/vfs/vfs.c g_free (current_dir); current_dir 1036 src/filemanager/boxes.c tree_box (const char *current_dir) current_dir 1046 src/filemanager/boxes.c (void) current_dir; current_dir 34 src/filemanager/boxes.h char *tree_box (const char *current_dir); current_dir 552 src/filemanager/filemanager.c char *current_dir, *other_dir; current_dir 582 src/filemanager/filemanager.c current_dir = NULL; // assume current dir current_dir 588 src/filemanager/filemanager.c current_dir = (char *) mc_run_param0; current_dir 594 src/filemanager/filemanager.c current_dir = (char *) mc_run_param0; current_dir 609 src/filemanager/filemanager.c current_dir = NULL; // assume current dir current_dir 615 src/filemanager/filemanager.c current_dir = (char *) mc_run_param0; current_dir 621 src/filemanager/filemanager.c current_dir = (char *) mc_run_param0; current_dir 644 src/filemanager/filemanager.c if (current_dir == NULL) current_dir 650 src/filemanager/filemanager.c if (g_path_is_absolute (current_dir)) current_dir 651 src/filemanager/filemanager.c vpath = vfs_path_from_str (current_dir); current_dir 653 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 590 src/vfs/ftpfs/ftpfs.c g_free (ftp_super->current_dir); current_dir 1008 src/vfs/ftpfs/ftpfs.c ftp_super->current_dir = ftpfs_get_current_directory (me, super); current_dir 1009 src/vfs/ftpfs/ftpfs.c if (ftp_super->current_dir == NULL) current_dir 1010 src/vfs/ftpfs/ftpfs.c ftp_super->current_dir = g_strdup (PATH_SEP_STR); current_dir 2235 src/vfs/ftpfs/ftpfs.c return (FTP_SUPER (super)->current_dir != NULL current_dir 2236 src/vfs/ftpfs/ftpfs.c && strcmp (path, FTP_SUPER (super)->current_dir) == 0); current_dir 2259 src/vfs/ftpfs/ftpfs.c g_free (ftp_super->current_dir); current_dir 2260 src/vfs/ftpfs/ftpfs.c ftp_super->current_dir = g_strdup (remote_path);