view_listing      334 src/filemanager/cmd.c         if (get_other_type () == view_listing)
view_listing      416 src/filemanager/cmd.c         if (save_type != view_listing)
view_listing      417 src/filemanager/cmd.c             create_panel (MENU_PANEL_IDX, view_listing);
view_listing      424 src/filemanager/cmd.c             if (save_type != view_listing)
view_listing      471 src/filemanager/cmd.c     if (get_panel_type (panel_index) != view_listing)
view_listing      472 src/filemanager/cmd.c         create_panel (panel_index, view_listing);
view_listing      816 src/filemanager/cmd.c     if (get_current_type () == view_listing && get_other_type () == view_listing &&
view_listing     1037 src/filemanager/cmd.c     if (get_current_type () == view_listing && get_other_type () == view_listing)
view_listing     1054 src/filemanager/cmd.c     if (get_current_type () == view_listing && get_other_type () == view_listing)
view_listing     1370 src/filemanager/cmd.c         create_panel (0, view_listing);
view_listing     1372 src/filemanager/cmd.c         create_panel (1, view_listing);
view_listing     1383 src/filemanager/cmd.c         create_panel (0, view_listing);
view_listing     1385 src/filemanager/cmd.c         create_panel (1, view_listing);
view_listing     1834 src/filemanager/file.c                 if (get_other_type () == view_listing && other_panel->is_panelized)
view_listing     1946 src/filemanager/file.c     else if (get_other_type () == view_listing)
view_listing     3456 src/filemanager/file.c     if (get_other_type () == view_listing)
view_listing      178 src/filemanager/filemanager.c     if (get_current_type () != view_listing)
view_listing      470 src/filemanager/filemanager.c     return (mode != view_listing || (vfs_path_get_last_path_vfs (panel->cwd_vpath) == vclass
view_listing      670 src/filemanager/filemanager.c     if (startup_left_mode == view_listing)
view_listing      757 src/filemanager/filemanager.c     if (get_other_type () == view_listing)
view_listing      832 src/filemanager/filemanager.c     if (get_other_type () == view_listing)
view_listing     1107 src/filemanager/filemanager.c     if (get_current_type () == view_listing && current_panel->dirty)
view_listing     1110 src/filemanager/filemanager.c     if (get_other_type () == view_listing && other_panel->dirty)
view_listing     1196 src/filemanager/filemanager.c         if (get_other_type () == view_listing)
view_listing     1580 src/filemanager/filemanager.c         if ((get_current_type () == view_listing) && current_panel->quick_search.active)
view_listing     1782 src/filemanager/filemanager.c         if (get_other_type () == view_listing)
view_listing       19 src/filemanager/filemanager.h #define SELECTED_IS_PANEL (get_panel_type (MENU_PANEL_IDX) == view_listing)
view_listing      130 src/filemanager/info.c     if (get_current_type () != view_listing)
view_listing      151 src/filemanager/layout.c     { view_listing, NULL, NULL},
view_listing      152 src/filemanager/layout.c     { view_listing, NULL, NULL}
view_listing      640 src/filemanager/layout.c     if (get_panel_type (idx) == view_listing)
view_listing     1125 src/filemanager/layout.c     panel_view_mode_t old_type = view_listing;
view_listing     1133 src/filemanager/layout.c     if (type != view_listing)
view_listing     1137 src/filemanager/layout.c         if (panels[the_other].type != view_listing)
view_listing     1151 src/filemanager/layout.c         if (old_type == view_listing && panel->frame_size == frame_full && type != view_listing)
view_listing     1171 src/filemanager/layout.c     if (old_widget == NULL && type != view_listing)
view_listing     1177 src/filemanager/layout.c     case view_listing:
view_listing     1181 src/filemanager/layout.c             last_was_panel = old_widget != NULL && get_panel_type (num) != view_listing;
view_listing     1218 src/filemanager/layout.c     if (type != view_listing)
view_listing     1230 src/filemanager/layout.c         if (old_type == view_listing)
view_listing     1240 src/filemanager/layout.c     if (type == view_listing)
view_listing     1272 src/filemanager/layout.c     if ((type != view_listing) && (current_panel == PANEL (old_widget)))
view_listing     1292 src/filemanager/layout.c     if (panels[0].type == view_listing && panels[1].type == view_listing &&
view_listing     1343 src/filemanager/layout.c         if (panels[0].type == view_listing)
view_listing     1351 src/filemanager/layout.c         if (panels[1].type == view_listing)
view_listing     1372 src/filemanager/layout.c         if (panels[0].type == view_listing)
view_listing     1374 src/filemanager/layout.c         if (panels[1].type == view_listing)
view_listing     1446 src/filemanager/layout.c     if (type == view_listing)
view_listing     1476 src/filemanager/layout.c     if (get_panel_type (i) == view_listing)
view_listing     3087 src/filemanager/panel.c     if (get_other_type () != view_listing)
view_listing     3088 src/filemanager/panel.c         create_panel (get_other_index (), view_listing);
view_listing     3120 src/filemanager/panel.c     if (get_other_type () != view_listing)
view_listing     3121 src/filemanager/panel.c         create_panel (get_other_index (), view_listing);
view_listing     3150 src/filemanager/panel.c     if (get_other_type () != view_listing)
view_listing     4291 src/filemanager/panel.c     if (get_panel_type (which) == view_listing)
view_listing     5201 src/filemanager/panel.c     if (get_current_type () == view_listing)
view_listing     5350 src/filemanager/panel.c         create_panel (MENU_PANEL_IDX, view_listing);
view_listing      250 src/setup.c        { "listing",   view_listing },
view_listing      254 src/setup.c        { NULL,        view_listing }
view_listing      558 src/setup.c        panel_view_mode_t mode = view_listing;
view_listing      597 src/setup.c        if (startup_left_mode != view_listing && startup_right_mode != view_listing)
view_listing      598 src/setup.c            startup_left_mode = view_listing;
view_listing      788 src/setup.c        if (type == view_listing)
view_listing      792 src/setup.c        if (type == view_listing)
view_listing      252 src/usermenu.c         else if (get_other_type () == view_listing)
view_listing      807 src/usermenu.c                 if (get_other_type () != view_listing)
view_listing      150 src/viewer/actions_cmd.c     if (get_current_type () == view_listing)
view_listing      152 src/viewer/actions_cmd.c     else if (get_other_type () == view_listing)
view_listing      135 tests/src/filemanager/cd_to.c     get_current_type__return_value = view_listing;
view_listing       42 tests/src/filemanager/examine_cd.c     return view_listing;