current_dir 635 lib/vfs/vfs.c char *current_dir; current_dir 641 lib/vfs/vfs.c current_dir = my_get_current_dir (); current_dir 642 lib/vfs/vfs.c vfs_set_raw_current_dir (vfs_path_from_str (current_dir)); current_dir 643 lib/vfs/vfs.c g_free (current_dir); current_dir 645 lib/vfs/vfs.c current_dir = getenv ("PWD"); current_dir 646 lib/vfs/vfs.c tmp_vpath = vfs_path_from_str (current_dir); current_dir 660 lib/vfs/vfs.c current_dir = my_get_current_dir (); current_dir 661 lib/vfs/vfs.c tmp_vpath = vfs_path_from_str (current_dir); current_dir 662 lib/vfs/vfs.c g_free (current_dir); current_dir 1076 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 563 src/filemanager/filemanager.c char *current_dir, *other_dir; current_dir 593 src/filemanager/filemanager.c current_dir = NULL; /* assume current dir */ current_dir 599 src/filemanager/filemanager.c current_dir = (char *) mc_run_param0; current_dir 605 src/filemanager/filemanager.c current_dir = (char *) mc_run_param0; current_dir 620 src/filemanager/filemanager.c current_dir = NULL; /* assume current dir */ current_dir 626 src/filemanager/filemanager.c current_dir = (char *) mc_run_param0; current_dir 632 src/filemanager/filemanager.c current_dir = (char *) mc_run_param0; current_dir 655 src/filemanager/filemanager.c if (current_dir == NULL) current_dir 661 src/filemanager/filemanager.c if (g_path_is_absolute (current_dir)) current_dir 662 src/filemanager/filemanager.c vpath = vfs_path_from_str (current_dir); current_dir 664 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);