other_panel       336 src/filemanager/cmd.c             d = vfs_path_append_new (other_panel->cwd_vpath, fname, (char *) NULL);
other_panel       344 src/filemanager/cmd.c             s_str = diff_two_paths (other_panel->cwd_vpath, s);
other_panel       799 src/filemanager/cmd.c         && vfs_path_equal (current_panel->cwd_vpath, other_panel->cwd_vpath))
other_panel      1017 src/filemanager/cmd.c         compare_dir (current_panel, other_panel, thorough_flag);
other_panel      1018 src/filemanager/cmd.c         compare_dir (other_panel, current_panel, thorough_flag);
other_panel      1035 src/filemanager/cmd.c             dview_diff_cmd (current_panel, other_panel);
other_panel      1037 src/filemanager/cmd.c             dview_diff_cmd (other_panel, current_panel);
other_panel      1845 src/filemanager/file.c                 if (get_other_type () == view_listing && other_panel->is_panelized)
other_panel      1958 src/filemanager/file.c         tmp_dest_dir = vfs_path_as_str (other_panel->cwd_vpath);
other_panel      3453 src/filemanager/file.c         other_panel->dirty = TRUE;
other_panel       496 src/filemanager/filemanager.c         check_panel_timestamp (other_panel, get_other_type (), event_data->vclass, event_data->id);
other_panel       742 src/filemanager/filemanager.c         put_link (other_panel);
other_panel       815 src/filemanager/filemanager.c         put_tagged (other_panel);
other_panel      1079 src/filemanager/filemanager.c     if (get_other_type () == view_listing && other_panel->dirty)
other_panel      1080 src/filemanager/filemanager.c         widget_draw (WIDGET (other_panel));
other_panel      1169 src/filemanager/filemanager.c             midnight_put_panel_path (other_panel);
other_panel      1749 src/filemanager/filemanager.c             mc_stat (other_panel->cwd_vpath, &(other_panel->dir_stat));
other_panel      1301 src/filemanager/layout.c             panel_re_sort (other_panel);
other_panel      3043 src/filemanager/panel.c     panel_do_cd (other_panel, panel->cwd_vpath, cd_exact);
other_panel      3052 src/filemanager/panel.c             panel_set_current_by_name (other_panel, fe->fname->str);
other_panel       808 src/setup.c            dirs = get_panel_dir_for (other_panel);
other_panel       252 src/usermenu.c             panel = other_panel;
other_panel       832 src/usermenu.c                 panel = other_panel;
other_panel       151 src/viewer/actions_cmd.c         panel = other_panel;
other_panel        31 tests/src/usermenu__test_expand_format.c static WPanel *other_panel;
other_panel        79 tests/src/usermenu__test_expand_format.c     other_panel = g_new0 (WPanel, 1);
other_panel        81 tests/src/usermenu__test_expand_format.c     other_panel->dir.size = 4;
other_panel        82 tests/src/usermenu__test_expand_format.c     other_panel->dir.len = other_panel->dir.size;
other_panel        83 tests/src/usermenu__test_expand_format.c     other_panel->cwd_vpath = vfs_path_from_str (OTHER_DIR);
other_panel        84 tests/src/usermenu__test_expand_format.c     other_panel->dir.list = g_new0 (file_entry_t, other_panel->dir.size);
other_panel        86 tests/src/usermenu__test_expand_format.c     list = other_panel->dir.list;
other_panel        95 tests/src/usermenu__test_expand_format.c     other_panel->current = 1;
other_panel        96 tests/src/usermenu__test_expand_format.c     other_panel->marked = 2;
other_panel       107 tests/src/usermenu__test_expand_format.c     dir_list_free_list (&other_panel->dir);
other_panel       108 tests/src/usermenu__test_expand_format.c     vfs_path_free (other_panel->cwd_vpath, TRUE);
other_panel       109 tests/src/usermenu__test_expand_format.c     MC_PTR_FREE (other_panel);
other_panel       172 tests/src/usermenu__test_expand_format.c     const int other_marked = other_panel->marked;
other_panel       180 tests/src/usermenu__test_expand_format.c             other_panel->marked = data->panel_marked;
other_panel       188 tests/src/usermenu__test_expand_format.c     other_panel->marked = other_marked;