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 1102 src/filemanager/boxes.c tree_box (const char *current_dir) current_dir 1112 src/filemanager/boxes.c (void) current_dir; current_dir 34 src/filemanager/boxes.h char *tree_box (const char *current_dir); current_dir 561 src/filemanager/filemanager.c char *current_dir, *other_dir; current_dir 591 src/filemanager/filemanager.c current_dir = NULL; // assume current dir current_dir 597 src/filemanager/filemanager.c current_dir = (char *) mc_run_param0; current_dir 603 src/filemanager/filemanager.c current_dir = (char *) mc_run_param0; current_dir 618 src/filemanager/filemanager.c current_dir = NULL; // assume current dir current_dir 624 src/filemanager/filemanager.c current_dir = (char *) mc_run_param0; current_dir 630 src/filemanager/filemanager.c current_dir = (char *) mc_run_param0; current_dir 653 src/filemanager/filemanager.c if (current_dir == NULL) current_dir 659 src/filemanager/filemanager.c if (g_path_is_absolute (current_dir)) current_dir 660 src/filemanager/filemanager.c vpath = vfs_path_from_str (current_dir); current_dir 662 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 2234 src/vfs/ftpfs/ftpfs.c return (FTP_SUPER (super)->current_dir != NULL current_dir 2235 src/vfs/ftpfs/ftpfs.c && strcmp (path, FTP_SUPER (super)->current_dir) == 0); current_dir 2258 src/vfs/ftpfs/ftpfs.c g_free (ftp_super->current_dir); current_dir 2259 src/vfs/ftpfs/ftpfs.c ftp_super->current_dir = g_strdup (remote_path);