do_list
return do_list(opt, keytab_string) != 0;
if(do_list(opt, buf))
iconvlist(do_list, NULL);
static int do_list(unsigned int, const char * const *, void *);
int do_enable = 0, do_disable = 0, do_list = 0;
do_list = 1;
if ((rbdp_set + do_disable + do_enable + do_list + pi_length_set +
if ((do_disable + do_enable + do_list) != 1)
if (do_list != 0) {