{
unsigned i;
for(i = 0; i < cmd_len; i++)
for (i = 0; i < cmd_len; i++)
printf("%s\n", cmd[i].name);
return;
}
static void