command_set
struct command * c = command_set(NULL, NULL);
command_set(NULL, NULL);
struct command *command_set(struct command *cmd, const char *init);
command_set(&cm_count, NULL);
command_set(&cm_delay, NULL);
command_set(&cm_compat, NULL);