show               59 tools/crm_mon.c static unsigned int show;
show              228 tools/crm_mon.c             show = 0;
show              230 tools/crm_mon.c             show = all_includes(output_format);
show              232 tools/crm_mon.c             show &= ~bit;
show              258 tools/crm_mon.c             show = all_includes(output_format);
show              260 tools/crm_mon.c             show |= pcmk_section_bans;
show              270 tools/crm_mon.c             show |= default_includes(output_format);
show              272 tools/crm_mon.c             show = 0;
show              274 tools/crm_mon.c             show |= bit;
show              298 tools/crm_mon.c     show |= default_includes(fmt);
show              875 tools/crm_mon.c             show |= pcmk_section_fencing_all;
show              881 tools/crm_mon.c             show |= pcmk_section_fencing_all;
show              887 tools/crm_mon.c             show |= pcmk_section_fence_failed | pcmk_section_fence_pending;
show              894 tools/crm_mon.c             show &= ~pcmk_section_fencing_all;
show             1091 tools/crm_mon.c                 show ^= pcmk_section_tickets;
show             1094 tools/crm_mon.c                 show ^= pcmk_section_failcounts;
show             1100 tools/crm_mon.c                 show ^= pcmk_section_operations;
show             1101 tools/crm_mon.c                 if (!pcmk_is_set(show, pcmk_section_operations)) {
show             1114 tools/crm_mon.c                     show |= pcmk_section_operations;
show             1118 tools/crm_mon.c                 show ^= pcmk_section_attributes;
show             1121 tools/crm_mon.c                 show ^= pcmk_section_bans;
show             1125 tools/crm_mon.c                 if (pcmk_any_flags_set(show, pcmk_section_summary)) {
show             1126 tools/crm_mon.c                     show &= ~pcmk_section_summary;
show             1128 tools/crm_mon.c                     show |= pcmk_section_summary;
show             1131 tools/crm_mon.c                 show &= ~pcmk_section_options;
show             1153 tools/crm_mon.c         print_option_help(out, 'c', pcmk_is_set(show, pcmk_section_tickets));
show             1154 tools/crm_mon.c         print_option_help(out, 'f', pcmk_is_set(show, pcmk_section_failcounts));
show             1156 tools/crm_mon.c         print_option_help(out, 'o', pcmk_is_set(show, pcmk_section_operations));
show             1159 tools/crm_mon.c         print_option_help(out, 'A', pcmk_is_set(show, pcmk_section_attributes));
show             1160 tools/crm_mon.c         print_option_help(out, 'L', pcmk_is_set(show, pcmk_section_bans));
show             1161 tools/crm_mon.c         print_option_help(out, 'D', !pcmk_is_set(show, pcmk_section_summary));
show             1570 tools/crm_mon.c     if (pcmk_all_flags_set(show, pcmk_section_fencing_all)) {
show             1572 tools/crm_mon.c     } else if (pcmk_is_set(show, pcmk_section_fence_worked)) {
show             1574 tools/crm_mon.c     } else if (pcmk_any_flags_set(show, pcmk_section_fence_failed | pcmk_section_fence_pending)) {
show             2113 tools/crm_mon.c                 if (!pcmk_all_flags_set(show, pcmk_section_fencing_all)
show             2163 tools/crm_mon.c     if (pcmk_is_set(show, pcmk_section_bans) || pcmk_is_set(show, pcmk_section_tickets)) {
show             2180 tools/crm_mon.c                              stonith_history, fence_history, show, show_opts,
show             2202 tools/crm_mon.c                          stonith_history, fence_history, show, show_opts,