command_match
command_match(main_commands, cs->socket, recvspace, nextc);
command_match(set_commands, s, recvspace, nextc);
command_match(show_commands, s, recvspace, nextc);
static int command_match(struct com_func*, int, char*, char*);