show_all
show_all(my_label);
static void show_all(const char *tag);
bool show_all, show_disks;
show_all = show_disks = show_vols = show_caps = false;
show_all = true;
if (show_all || show_vols) {
return show_all(gpt, xshow);
show_all();
void show_all(void);