other_dir         550 src/filemanager/filemanager.c     char *current_dir, *other_dir;
other_dir         581 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         587 src/filemanager/filemanager.c             other_dir = mc_run_param1;
other_dir         593 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         608 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         614 src/filemanager/filemanager.c             other_dir = mc_run_param1;
other_dir         620 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         628 src/filemanager/filemanager.c     if (other_dir != NULL)
other_dir         632 src/filemanager/filemanager.c         if (g_path_is_absolute (other_dir))
other_dir         633 src/filemanager/filemanager.c             vpath = vfs_path_from_str (other_dir);
other_dir         635 src/filemanager/filemanager.c             vpath = vfs_path_append_new (original_dir, other_dir, (char *) NULL);