view_listing      334 src/filemanager/cmd.c         if (get_other_type () == view_listing)
view_listing      415 src/filemanager/cmd.c         if (save_type != view_listing)
view_listing      416 src/filemanager/cmd.c             create_panel (MENU_PANEL_IDX, view_listing);
view_listing      423 src/filemanager/cmd.c             if (save_type != view_listing)
view_listing      470 src/filemanager/cmd.c     if (get_panel_type (panel_index) != view_listing)
view_listing      471 src/filemanager/cmd.c         create_panel (panel_index, view_listing);
view_listing      797 src/filemanager/cmd.c     if (get_current_type () == view_listing && get_other_type () == view_listing
view_listing     1014 src/filemanager/cmd.c     if (get_current_type () == view_listing && get_other_type () == view_listing)
view_listing     1031 src/filemanager/cmd.c     if (get_current_type () == view_listing && get_other_type () == view_listing)
view_listing     1333 src/filemanager/cmd.c         create_panel (0, view_listing);
view_listing     1335 src/filemanager/cmd.c         create_panel (1, view_listing);
view_listing     1346 src/filemanager/cmd.c         create_panel (0, view_listing);
view_listing     1348 src/filemanager/cmd.c         create_panel (1, view_listing);
view_listing     1842 src/filemanager/file.c                 if (get_other_type () == view_listing && other_panel->is_panelized)
view_listing     1954 src/filemanager/file.c     else if (get_other_type () == view_listing)
view_listing     3442 src/filemanager/file.c     if (get_other_type () == view_listing)
view_listing      181 src/filemanager/filemanager.c     if (get_current_type () != view_listing)
view_listing      463 src/filemanager/filemanager.c     return (mode != view_listing
view_listing      663 src/filemanager/filemanager.c     if (startup_left_mode == view_listing)
view_listing      745 src/filemanager/filemanager.c     if (get_other_type () == view_listing)
view_listing      818 src/filemanager/filemanager.c     if (get_other_type () == view_listing)
view_listing     1081 src/filemanager/filemanager.c     if (get_current_type () == view_listing && current_panel->dirty)
view_listing     1084 src/filemanager/filemanager.c     if (get_other_type () == view_listing && other_panel->dirty)
view_listing     1173 src/filemanager/filemanager.c         if (get_other_type () == view_listing)
view_listing     1547 src/filemanager/filemanager.c         if ((get_current_type () == view_listing) && current_panel->quick_search.active)
view_listing     1748 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      132 src/filemanager/info.c     if (get_current_type () != view_listing)
view_listing      150 src/filemanager/layout.c     { view_listing, NULL, NULL },
view_listing      151 src/filemanager/layout.c     { view_listing, NULL, NULL },
view_listing      623 src/filemanager/layout.c     if (get_panel_type (idx) == view_listing)
view_listing     1100 src/filemanager/layout.c     panel_view_mode_t old_type = view_listing;
view_listing     1108 src/filemanager/layout.c     if (type != view_listing)
view_listing     1112 src/filemanager/layout.c         if (panels[the_other].type != view_listing)
view_listing     1126 src/filemanager/layout.c         if (old_type == view_listing && panel->frame_size == frame_full && type != view_listing)
view_listing     1146 src/filemanager/layout.c     if (old_widget == NULL && type != view_listing)
view_listing     1152 src/filemanager/layout.c     case view_listing:
view_listing     1156 src/filemanager/layout.c         last_was_panel = old_widget != NULL && get_panel_type (num) != view_listing;
view_listing     1193 src/filemanager/layout.c     if (type != view_listing)
view_listing     1206 src/filemanager/layout.c         if (old_type == view_listing)
view_listing     1212 src/filemanager/layout.c     if (type == view_listing)
view_listing     1240 src/filemanager/layout.c     if ((type != view_listing) && (current_panel == PANEL (old_widget)))
view_listing     1260 src/filemanager/layout.c     if (panels[0].type == view_listing && panels[1].type == view_listing
view_listing     1313 src/filemanager/layout.c         if (panels[0].type == view_listing)
view_listing     1321 src/filemanager/layout.c         if (panels[1].type == view_listing)
view_listing     1342 src/filemanager/layout.c         if (panels[0].type == view_listing)
view_listing     1344 src/filemanager/layout.c         if (panels[1].type == view_listing)
view_listing     1416 src/filemanager/layout.c     if (type == view_listing)
view_listing     1446 src/filemanager/layout.c     if (get_panel_type (i) == view_listing)
view_listing     2968 src/filemanager/panel.c     if (get_other_type () != view_listing)
view_listing     2969 src/filemanager/panel.c         create_panel (get_other_index (), view_listing);
view_listing     3001 src/filemanager/panel.c     if (get_other_type () != view_listing)
view_listing     3002 src/filemanager/panel.c         create_panel (get_other_index (), view_listing);
view_listing     3031 src/filemanager/panel.c     if (get_other_type () != view_listing)
view_listing     4209 src/filemanager/panel.c     if (get_panel_type (which) == view_listing)
view_listing     5109 src/filemanager/panel.c     if (get_current_type () == view_listing)
view_listing     5262 src/filemanager/panel.c         create_panel (MENU_PANEL_IDX, view_listing);
view_listing      246 src/setup.c        { "listing", view_listing },  //
view_listing      250 src/setup.c        { NULL, view_listing },
view_listing      566 src/setup.c        panel_view_mode_t mode = view_listing;
view_listing      605 src/setup.c        if (startup_left_mode != view_listing && startup_right_mode != view_listing)
view_listing      606 src/setup.c            startup_left_mode = view_listing;
view_listing      795 src/setup.c        if (type == view_listing)
view_listing      799 src/setup.c        if (type == view_listing)
view_listing      248 src/usermenu.c         else if (get_other_type () == view_listing)
view_listing      827 src/usermenu.c                 if (get_other_type () != view_listing)
view_listing      148 src/viewer/actions_cmd.c     if (get_current_type () == view_listing)
view_listing      150 src/viewer/actions_cmd.c     else if (get_other_type () == view_listing)
view_listing      122 tests/src/filemanager/cd_to.c     get_current_type__return_value = view_listing;
view_listing       38 tests/src/filemanager/examine_cd.c     return view_listing;