show              101 maint/gnulib/tests/test-idpriv-drop.c     show ("before drop:");
show              106 maint/gnulib/tests/test-idpriv-drop.c     show ("after drop: ");
show              109 maint/gnulib/tests/test-idpriv-droptemp.c         show ("before droptemp:");
show              114 maint/gnulib/tests/test-idpriv-droptemp.c         show ("privileged:     ");
show              137 maint/gnulib/tests/test-idpriv-droptemp.c         show ("unprivileged:   ");
show               57 tools/crm_mon.c static unsigned int show;
show              227 tools/crm_mon.c             show = 0;
show              229 tools/crm_mon.c             show = all_includes(output_format);
show              231 tools/crm_mon.c             show &= ~bit;
show              257 tools/crm_mon.c             show = all_includes(output_format);
show              259 tools/crm_mon.c             show |= pcmk_section_bans;
show              269 tools/crm_mon.c             show |= default_includes(output_format);
show              271 tools/crm_mon.c             show = 0;
show              273 tools/crm_mon.c             show |= bit;
show              868 tools/crm_mon.c             show |= pcmk_section_fencing_all;
show              874 tools/crm_mon.c             show |= pcmk_section_fencing_all;
show              880 tools/crm_mon.c             show |= pcmk_section_fence_failed | pcmk_section_fence_pending;
show              887 tools/crm_mon.c             show &= ~pcmk_section_fencing_all;
show             1084 tools/crm_mon.c                 show ^= pcmk_section_tickets;
show             1087 tools/crm_mon.c                 show ^= pcmk_section_failcounts;
show             1093 tools/crm_mon.c                 show ^= pcmk_section_operations;
show             1094 tools/crm_mon.c                 if (!pcmk_is_set(show, pcmk_section_operations)) {
show             1111 tools/crm_mon.c                     show |= pcmk_section_operations;
show             1115 tools/crm_mon.c                 show ^= pcmk_section_attributes;
show             1118 tools/crm_mon.c                 show ^= pcmk_section_bans;
show             1122 tools/crm_mon.c                 if (pcmk_any_flags_set(show, pcmk_section_summary)) {
show             1123 tools/crm_mon.c                     show &= ~pcmk_section_summary;
show             1125 tools/crm_mon.c                     show |= pcmk_section_summary;
show             1128 tools/crm_mon.c                 show &= ~pcmk_section_options;
show             1150 tools/crm_mon.c         print_option_help(out, 'c', pcmk_is_set(show, pcmk_section_tickets));
show             1151 tools/crm_mon.c         print_option_help(out, 'f', pcmk_is_set(show, pcmk_section_failcounts));
show             1153 tools/crm_mon.c         print_option_help(out, 'o', pcmk_is_set(show, pcmk_section_operations));
show             1156 tools/crm_mon.c         print_option_help(out, 'A', pcmk_is_set(show, pcmk_section_attributes));
show             1157 tools/crm_mon.c         print_option_help(out, 'L', pcmk_is_set(show, pcmk_section_bans));
show             1158 tools/crm_mon.c         print_option_help(out, 'D', !pcmk_is_set(show, pcmk_section_summary));
show             1555 tools/crm_mon.c     show = default_includes(output_format);
show             1573 tools/crm_mon.c     if (pcmk_all_flags_set(show, pcmk_section_fencing_all)) {
show             1575 tools/crm_mon.c     } else if (pcmk_is_set(show, pcmk_section_fence_worked)) {
show             1577 tools/crm_mon.c     } else if (pcmk_any_flags_set(show, pcmk_section_fence_failed | pcmk_section_fence_pending)) {
show             2121 tools/crm_mon.c                 if (!pcmk_all_flags_set(show, pcmk_section_fencing_all)
show             2171 tools/crm_mon.c     if (pcmk_is_set(show, pcmk_section_bans) || pcmk_is_set(show, pcmk_section_tickets)) {
show             2184 tools/crm_mon.c         show |= pcmk_section_dc;
show             2191 tools/crm_mon.c                              stonith_history, fence_history, show, show_opts,
show             2213 tools/crm_mon.c                          stonith_history, fence_history, show, show_opts,