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      800 src/filemanager/cmd.c     if (get_current_type () == view_listing && get_other_type () == view_listing
view_listing     1017 src/filemanager/cmd.c     if (get_current_type () == view_listing && get_other_type () == view_listing)
view_listing     1034 src/filemanager/cmd.c     if (get_current_type () == view_listing && get_other_type () == view_listing)
view_listing     1349 src/filemanager/cmd.c         create_panel (0, view_listing);
view_listing     1351 src/filemanager/cmd.c         create_panel (1, view_listing);
view_listing     1362 src/filemanager/cmd.c         create_panel (0, view_listing);
view_listing     1364 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     3465 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      468 src/filemanager/filemanager.c     return (mode != view_listing
view_listing      668 src/filemanager/filemanager.c     if (startup_left_mode == view_listing)
view_listing      755 src/filemanager/filemanager.c     if (get_other_type () == view_listing)
view_listing      830 src/filemanager/filemanager.c     if (get_other_type () == view_listing)
view_listing     1108 src/filemanager/filemanager.c     if (get_current_type () == view_listing && current_panel->dirty)
view_listing     1111 src/filemanager/filemanager.c     if (get_other_type () == view_listing && other_panel->dirty)
view_listing     1197 src/filemanager/filemanager.c         if (get_other_type () == view_listing)
view_listing     1581 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      633 src/filemanager/layout.c     if (get_panel_type (idx) == view_listing)
view_listing     1117 src/filemanager/layout.c     panel_view_mode_t old_type = view_listing;
view_listing     1125 src/filemanager/layout.c     if (type != view_listing)
view_listing     1129 src/filemanager/layout.c         if (panels[the_other].type != view_listing)
view_listing     1143 src/filemanager/layout.c         if (old_type == view_listing && panel->frame_size == frame_full && type != view_listing)
view_listing     1163 src/filemanager/layout.c     if (old_widget == NULL && type != view_listing)
view_listing     1169 src/filemanager/layout.c     case view_listing:
view_listing     1173 src/filemanager/layout.c         last_was_panel = old_widget != NULL && get_panel_type (num) != view_listing;
view_listing     1210 src/filemanager/layout.c     if (type != view_listing)
view_listing     1222 src/filemanager/layout.c         if (old_type == view_listing)
view_listing     1232 src/filemanager/layout.c     if (type == view_listing)
view_listing     1264 src/filemanager/layout.c     if ((type != view_listing) && (current_panel == PANEL (old_widget)))
view_listing     1284 src/filemanager/layout.c     if (panels[0].type == view_listing && panels[1].type == view_listing
view_listing     1338 src/filemanager/layout.c         if (panels[0].type == view_listing)
view_listing     1346 src/filemanager/layout.c         if (panels[1].type == view_listing)
view_listing     1367 src/filemanager/layout.c         if (panels[0].type == view_listing)
view_listing     1369 src/filemanager/layout.c         if (panels[1].type == view_listing)
view_listing     1441 src/filemanager/layout.c     if (type == view_listing)
view_listing     1471 src/filemanager/layout.c     if (get_panel_type (i) == view_listing)
view_listing     2964 src/filemanager/panel.c     if (get_other_type () != view_listing)
view_listing     2965 src/filemanager/panel.c         create_panel (get_other_index (), view_listing);
view_listing     2997 src/filemanager/panel.c     if (get_other_type () != view_listing)
view_listing     2998 src/filemanager/panel.c         create_panel (get_other_index (), view_listing);
view_listing     3027 src/filemanager/panel.c     if (get_other_type () != view_listing)
view_listing     4169 src/filemanager/panel.c     if (get_panel_type (which) == view_listing)
view_listing     5082 src/filemanager/panel.c     if (get_current_type () == view_listing)
view_listing     5231 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      574 src/setup.c        panel_view_mode_t mode = view_listing;
view_listing      613 src/setup.c        if (startup_left_mode != view_listing && startup_right_mode != view_listing)
view_listing      614 src/setup.c            startup_left_mode = view_listing;
view_listing      803 src/setup.c        if (type == view_listing)
view_listing      807 src/setup.c        if (type == view_listing)
view_listing      251 src/usermenu.c         else if (get_other_type () == view_listing)
view_listing      804 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      122 tests/src/filemanager/cd_to.c     get_current_type__return_value = view_listing;
view_listing       40 tests/src/filemanager/examine_cd.c     return view_listing;