view_listing      335 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      798 src/filemanager/cmd.c     if (get_current_type () == view_listing && get_other_type () == view_listing
view_listing     1015 src/filemanager/cmd.c     if (get_current_type () == view_listing && get_other_type () == view_listing)
view_listing     1032 src/filemanager/cmd.c     if (get_current_type () == view_listing && get_other_type () == view_listing)
view_listing     1334 src/filemanager/cmd.c         create_panel (0, view_listing);
view_listing     1336 src/filemanager/cmd.c         create_panel (1, view_listing);
view_listing     1347 src/filemanager/cmd.c         create_panel (0, view_listing);
view_listing     1349 src/filemanager/cmd.c         create_panel (1, view_listing);
view_listing     1845 src/filemanager/file.c                 if (get_other_type () == view_listing && other_panel->is_panelized)
view_listing     1957 src/filemanager/file.c     else if (get_other_type () == view_listing)
view_listing     3452 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     1080 src/filemanager/filemanager.c     if (get_current_type () == view_listing && current_panel->dirty)
view_listing     1083 src/filemanager/filemanager.c     if (get_other_type () == view_listing && other_panel->dirty)
view_listing     1172 src/filemanager/filemanager.c         if (get_other_type () == view_listing)
view_listing     1546 src/filemanager/filemanager.c         if ((get_current_type () == view_listing) && current_panel->quick_search.active)
view_listing     1747 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     1314 src/filemanager/layout.c         if (panels[0].type == view_listing)
view_listing     1322 src/filemanager/layout.c         if (panels[1].type == view_listing)
view_listing     1343 src/filemanager/layout.c         if (panels[0].type == view_listing)
view_listing     1345 src/filemanager/layout.c         if (panels[1].type == view_listing)
view_listing     1417 src/filemanager/layout.c     if (type == view_listing)
view_listing     1447 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     4211 src/filemanager/panel.c     if (get_panel_type (which) == view_listing)
view_listing     5111 src/filemanager/panel.c     if (get_current_type () == view_listing)
view_listing     5264 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      251 src/usermenu.c         else if (get_other_type () == view_listing)
view_listing      830 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;