other_dir         552 src/filemanager/filemanager.c     char *current_dir, *other_dir;
other_dir         583 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         589 src/filemanager/filemanager.c             other_dir = mc_run_param1;
other_dir         595 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         610 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         616 src/filemanager/filemanager.c             other_dir = mc_run_param1;
other_dir         622 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         630 src/filemanager/filemanager.c     if (other_dir != NULL)
other_dir         634 src/filemanager/filemanager.c         if (g_path_is_absolute (other_dir))
other_dir         635 src/filemanager/filemanager.c             vpath = vfs_path_from_str (other_dir);
other_dir         637 src/filemanager/filemanager.c             vpath = vfs_path_append_new (original_dir, other_dir, (char *) NULL);