other_dir         561 src/filemanager/filemanager.c     char *current_dir, *other_dir;
other_dir         592 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         598 src/filemanager/filemanager.c             other_dir = mc_run_param1;
other_dir         604 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         619 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         625 src/filemanager/filemanager.c             other_dir = mc_run_param1;
other_dir         631 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         639 src/filemanager/filemanager.c     if (other_dir != NULL)
other_dir         643 src/filemanager/filemanager.c         if (g_path_is_absolute (other_dir))
other_dir         644 src/filemanager/filemanager.c             vpath = vfs_path_from_str (other_dir);
other_dir         646 src/filemanager/filemanager.c             vpath = vfs_path_append_new (original_dir, other_dir, (char *) NULL);