Searched refs:command_list (Results 1 – 4 of 4) sorted by relevance
54 struct command_list { struct59 struct command_list *next; argument60 struct command_list **tail; argument
56 static struct command_list *commands;64 struct command_list *cl = malloc(sizeof(*cl)); in add_command()147 struct command_list *cl, *xl; in generate_commands()
155 static const char *command_list = "012345678:"; in format_parse_entries() local191 cmd = strchr(command_list, linebuf[2][0]); in format_parse_entries()193 cmd_index = cmd - command_list; in format_parse_entries()
145 SLIST_HEAD(command_list, ips_command) free_cmd_list;