current_dir 639 lib/vfs/vfs.c char *current_dir; current_dir 645 lib/vfs/vfs.c current_dir = g_get_current_dir (); current_dir 646 lib/vfs/vfs.c vfs_set_raw_current_dir (vfs_path_from_str (current_dir)); current_dir 647 lib/vfs/vfs.c g_free (current_dir); current_dir 649 lib/vfs/vfs.c current_dir = getenv ("PWD"); current_dir 650 lib/vfs/vfs.c tmp_vpath = vfs_path_from_str (current_dir); current_dir 665 lib/vfs/vfs.c current_dir = g_get_current_dir (); current_dir 666 lib/vfs/vfs.c tmp_vpath = vfs_path_from_str (current_dir); current_dir 667 lib/vfs/vfs.c g_free (current_dir); current_dir 1071 src/filemanager/boxes.c tree_box (const char *current_dir) current_dir 1080 src/filemanager/boxes.c (void) current_dir; current_dir 34 src/filemanager/boxes.h char *tree_box (const char *current_dir); current_dir 576 src/filemanager/filemanager.c char *current_dir, *other_dir; current_dir 606 src/filemanager/filemanager.c current_dir = NULL; /* assume current dir */ current_dir 612 src/filemanager/filemanager.c current_dir = (char *) mc_run_param0; current_dir 618 src/filemanager/filemanager.c current_dir = (char *) mc_run_param0; current_dir 633 src/filemanager/filemanager.c current_dir = NULL; /* assume current dir */ current_dir 639 src/filemanager/filemanager.c current_dir = (char *) mc_run_param0; current_dir 645 src/filemanager/filemanager.c current_dir = (char *) mc_run_param0; current_dir 668 src/filemanager/filemanager.c if (current_dir == NULL) current_dir 674 src/filemanager/filemanager.c if (g_path_is_absolute (current_dir)) current_dir 675 src/filemanager/filemanager.c vpath = vfs_path_from_str (current_dir); current_dir 677 src/filemanager/filemanager.c vpath = vfs_path_append_new (original_dir, current_dir, (char *) NULL); current_dir 223 src/vfs/ftpfs/ftpfs.c char *current_dir; current_dir 451 src/vfs/ftpfs/ftpfs.c char *cwdir = ftp_super->current_dir; current_dir 455 src/vfs/ftpfs/ftpfs.c ftp_super->current_dir = NULL; current_dir 467 src/vfs/ftpfs/ftpfs.c ftp_super->current_dir = cwdir; current_dir 593 src/vfs/ftpfs/ftpfs.c g_free (ftp_super->current_dir); current_dir 1011 src/vfs/ftpfs/ftpfs.c ftp_super->current_dir = ftpfs_get_current_directory (me, super); current_dir 1012 src/vfs/ftpfs/ftpfs.c if (ftp_super->current_dir == NULL) current_dir 1013 src/vfs/ftpfs/ftpfs.c ftp_super->current_dir = g_strdup (PATH_SEP_STR); current_dir 2240 src/vfs/ftpfs/ftpfs.c return (FTP_SUPER (super)->current_dir != NULL current_dir 2241 src/vfs/ftpfs/ftpfs.c && strcmp (path, FTP_SUPER (super)->current_dir) == 0); current_dir 2264 src/vfs/ftpfs/ftpfs.c g_free (ftp_super->current_dir); current_dir 2265 src/vfs/ftpfs/ftpfs.c ftp_super->current_dir = g_strdup (remote_path);