helpfn
CMDFUNC(helpfn);
{ "help", "Print out help", 1, 1, helpfn },
{ "?", "Print out help", 1, 1, helpfn },
static int helpfn(int, char *[]);