view_listing      361 src/filemanager/cmd.c         if (get_other_type () == view_listing)
view_listing      443 src/filemanager/cmd.c         if (save_type != view_listing)
view_listing      444 src/filemanager/cmd.c             create_panel (MENU_PANEL_IDX, view_listing);
view_listing      451 src/filemanager/cmd.c             if (save_type != view_listing)
view_listing      498 src/filemanager/cmd.c     if (get_panel_type (panel_index) != view_listing)
view_listing      499 src/filemanager/cmd.c         create_panel (panel_index, view_listing);
view_listing      815 src/filemanager/cmd.c     if (get_current_type () == view_listing && get_other_type () == view_listing &&
view_listing     1036 src/filemanager/cmd.c     if (get_current_type () == view_listing && get_other_type () == view_listing)
view_listing     1053 src/filemanager/cmd.c     if (get_current_type () == view_listing && get_other_type () == view_listing)
view_listing     1373 src/filemanager/cmd.c         create_panel (0, view_listing);
view_listing     1375 src/filemanager/cmd.c         create_panel (1, view_listing);
view_listing     1386 src/filemanager/cmd.c         create_panel (0, view_listing);
view_listing     1388 src/filemanager/cmd.c         create_panel (1, view_listing);
view_listing     1839 src/filemanager/file.c                 if (get_other_type () == view_listing && other_panel->is_panelized)
view_listing     1951 src/filemanager/file.c     else if (get_other_type () == view_listing)
view_listing     3399 src/filemanager/file.c     if (get_other_type () == view_listing)
view_listing      174 src/filemanager/filemanager.c     if (get_current_type () != view_listing)
view_listing      466 src/filemanager/filemanager.c     if (mode == view_listing)
view_listing      676 src/filemanager/filemanager.c     if (startup_left_mode == view_listing)
view_listing      763 src/filemanager/filemanager.c     if (get_other_type () == view_listing)
view_listing      828 src/filemanager/filemanager.c     if (get_other_type () == view_listing)
view_listing     1102 src/filemanager/filemanager.c     if (get_current_type () == view_listing && current_panel->dirty)
view_listing     1105 src/filemanager/filemanager.c     if (get_other_type () == view_listing && other_panel->dirty)
view_listing     1191 src/filemanager/filemanager.c         if (get_other_type () == view_listing)
view_listing     1575 src/filemanager/filemanager.c         if ((get_current_type () == view_listing) && current_panel->quick_search.active)
view_listing     1777 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      152 src/filemanager/layout.c     { view_listing, NULL, NULL},
view_listing      153 src/filemanager/layout.c     { view_listing, NULL, NULL}
view_listing      642 src/filemanager/layout.c     if (get_panel_type (idx) == view_listing)
view_listing     1128 src/filemanager/layout.c     panel_view_mode_t old_type = view_listing;
view_listing     1137 src/filemanager/layout.c     if (type != view_listing)
view_listing     1141 src/filemanager/layout.c         if (panels[the_other].type != view_listing)
view_listing     1155 src/filemanager/layout.c         if (old_type == view_listing && panel->frame_size == frame_full && type != view_listing)
view_listing     1175 src/filemanager/layout.c     if (old_widget == NULL && type != view_listing)
view_listing     1181 src/filemanager/layout.c     case view_listing:
view_listing     1185 src/filemanager/layout.c             last_was_panel = old_widget != NULL && get_panel_type (num) != view_listing;
view_listing     1214 src/filemanager/layout.c     if (type != view_listing)
view_listing     1226 src/filemanager/layout.c         if (old_type == view_listing)
view_listing     1236 src/filemanager/layout.c     if (type == view_listing)
view_listing     1268 src/filemanager/layout.c     if ((type != view_listing) && (current_panel == PANEL (old_widget)))
view_listing     1288 src/filemanager/layout.c     if (panels[0].type == view_listing && panels[1].type == view_listing &&
view_listing     1339 src/filemanager/layout.c         if (panels[0].type == view_listing)
view_listing     1347 src/filemanager/layout.c         if (panels[1].type == view_listing)
view_listing     1368 src/filemanager/layout.c         if (panels[0].type == view_listing)
view_listing     1370 src/filemanager/layout.c         if (panels[1].type == view_listing)
view_listing     1442 src/filemanager/layout.c     if (type == view_listing)
view_listing     1472 src/filemanager/layout.c     if (get_panel_type (i) == view_listing)
view_listing     3026 src/filemanager/panel.c     if (get_other_type () != view_listing)
view_listing     3027 src/filemanager/panel.c         create_panel (get_other_index (), view_listing);
view_listing     3059 src/filemanager/panel.c     if (get_other_type () != view_listing)
view_listing     3060 src/filemanager/panel.c         create_panel (get_other_index (), view_listing);
view_listing     3083 src/filemanager/panel.c     if (get_other_type () != view_listing)
view_listing     4213 src/filemanager/panel.c     if (get_panel_type (which) == view_listing)
view_listing     5063 src/filemanager/panel.c     if (get_current_type () == view_listing)
view_listing     5212 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      247 src/usermenu.c         else if (get_other_type () == view_listing)
view_listing      791 src/usermenu.c                 if (get_other_type () != view_listing)
view_listing      183 src/viewer/actions_cmd.c     if (get_current_type () == view_listing)
view_listing      185 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;