other_dir         556 src/filemanager/filemanager.c     char *current_dir, *other_dir;
other_dir         587 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         593 src/filemanager/filemanager.c             other_dir = mc_run_param1;
other_dir         599 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         614 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         620 src/filemanager/filemanager.c             other_dir = mc_run_param1;
other_dir         626 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         634 src/filemanager/filemanager.c     if (other_dir != NULL)
other_dir         638 src/filemanager/filemanager.c         if (g_path_is_absolute (other_dir))
other_dir         639 src/filemanager/filemanager.c             vpath = vfs_path_from_str (other_dir);
other_dir         641 src/filemanager/filemanager.c             vpath = vfs_path_append_new (original_dir, other_dir, (char *) NULL);