list_format 830 src/filemanager/boxes.c QUICK_INPUT (panel->user_status_format[panel->list_format], "mini_input", list_format 849 src/filemanager/boxes.c result = panel->list_format; list_format 854 src/filemanager/boxes.c if ((int) panel->list_format != panel_list_brief_idx) list_format 857 src/filemanager/boxes.c if ((int) panel->list_format != panel_list_user_idx) list_format 440 src/filemanager/cmd.c configure_panel_listing (WPanel *p, int list_format, int brief_cols, gboolean use_msformat, list_format 444 src/filemanager/cmd.c p->list_format = list_format; list_format 446 src/filemanager/cmd.c if (list_format == list_brief) list_format 449 src/filemanager/cmd.c if (list_format == list_user || use_msformat) list_format 455 src/filemanager/cmd.c g_free (p->user_status_format[list_format]); list_format 456 src/filemanager/cmd.c p->user_status_format[list_format] = *status; list_format 1386 src/filemanager/cmd.c int list_format; list_format 1395 src/filemanager/cmd.c list_format = panel_listing_box (p, MENU_PANEL_IDX, &user, &status, &use_msformat, &brief_cols); list_format 1396 src/filemanager/cmd.c if (list_format != -1) list_format 1400 src/filemanager/cmd.c configure_panel_listing (p, list_format, brief_cols, use_msformat, &user, &status); list_format 179 src/filemanager/filemanager.c current_panel->list_format = list_user; list_format 847 src/filemanager/panel.c if (panel->list_format != list_long) list_format 862 src/filemanager/panel.c panel->list_format == list_long ? file_color : NORMAL_COLOR; list_format 876 src/filemanager/panel.c panel->list_format != list_long && g_slist_length (panel->format) > 2 list_format 1520 src/filemanager/panel.c if (panel->list_format == list_long && strcmp (fi->id, panel->sort_field->id) == 0) list_format 1553 src/filemanager/panel.c if (panel->list_format != list_long) list_format 1855 src/filemanager/panel.c switch (panel->list_format) list_format 1890 src/filemanager/panel.c return panel->user_status_format[panel->list_format]; list_format 1892 src/filemanager/panel.c switch (panel->list_format) list_format 2948 src/filemanager/panel.c panel->list_format = (panel->list_format + 1) % LIST_FORMATS; list_format 4510 src/filemanager/panel.c panel->list_format = list_full; list_format 4725 src/filemanager/panel.c g_free (p->user_status_format[p->list_format]); list_format 4726 src/filemanager/panel.c p->user_status_format[p->list_format] = g_strdup (DEFAULT_USER_FORMAT); list_format 102 src/filemanager/panel.h list_format_t list_format; // Listing type list_format 233 src/setup.c int list_format; list_format 1161 src/setup.c panel->list_format = list_full; list_format 1165 src/setup.c panel->list_format = list_formats[i].list_format; list_format 1213 src/setup.c if (list_formats[i].list_format == (int) panel->list_format)