other_dir         528 src/filemanager/filemanager.c     char *current_dir, *other_dir;
other_dir         559 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         565 src/filemanager/filemanager.c             other_dir = mc_run_param1;
other_dir         571 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         586 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         592 src/filemanager/filemanager.c             other_dir = mc_run_param1;
other_dir         598 src/filemanager/filemanager.c             other_dir = saved_other_dir;  // from ini
other_dir         606 src/filemanager/filemanager.c     if (other_dir != NULL)
other_dir         610 src/filemanager/filemanager.c         if (g_path_is_absolute (other_dir))
other_dir         611 src/filemanager/filemanager.c             vpath = vfs_path_from_str (other_dir);
other_dir         613 src/filemanager/filemanager.c             vpath = vfs_path_append_new (original_dir, other_dir, (char *) NULL);