show_labels
int c, only_current_term, show_labels, quick_mode, default_mode;
only_current_term = show_term = show_idle = show_labels = 0;
show_labels = 1;
who_am_i(NULL, show_labels);
process(NULL, show_labels);
who_am_i(*argv, show_labels);
process(*argv, show_labels);
who_am_i(NULL, show_labels);
who_am_i(const char *fname, int show_labels)
if (show_labels)
if (show_labels)
process(const char *fname, int show_labels)
if (show_labels)
{ "labels", show_labels },
int show_labels(int, char *);
show_labels(1, NULL);