Lines Matching refs:command
86 static struct command db_show_active_cmds[] = {
92 static struct command db_show_all_cmds[] = {
98 static struct command db_show_cmds[] = {
107 static struct command db_cmds[] = {
160 static struct command *db_last_command = NULL;
190 static void db_cmd_match(char *name, struct command *cmd,
191 struct command **cmdp, int *resultp);
194 struct command **cmdp);
195 static void db_command(struct command **last_cmdp,
223 db_command_register(struct command_table *list, struct command *cmd) in db_command_register()
225 struct command *c, *last; in db_command_register()
254 db_command_unregister(struct command_table *list, struct command *cmd) in db_command_unregister()
256 struct command *c; in db_command_unregister()
271 db_cmd_match(char *name, struct command *cmd, struct command **cmdp, in db_cmd_match()
307 db_cmd_search(char *name, struct command_table *table, struct command **cmdp) in db_cmd_search()
309 struct command *cmd; in db_cmd_search()
330 struct command *cmd; in db_cmd_list()
354 db_command(struct command **last_cmdp, struct command_table *cmd_table, in db_command()
357 struct command *cmd = NULL; in db_command()
549 db_command_script(const char *command) in db_command_script() argument
552 db_inject_line(command); in db_command_script()