Lines Matching defs:db_command
52 #include <ddb/db_command.h>
95 static struct db_command db_show_active_cmds[] = {
101 static struct db_command db_show_all_cmds[] = {
107 static struct db_command db_show_cmds[] = {
116 static struct db_command db_cmds[] = {
177 static struct db_command *db_last_command = NULL;
208 static void db_cmd_match(char *name, struct db_command *cmd,
209 struct db_command **cmdp, int *resultp);
212 struct db_command **cmdp);
213 static void db_command(struct db_command **last_cmdp,
239 db_command_register(struct db_command_table *list, struct db_command *cmd)
241 struct db_command *c, *last;
277 db_command_unregister(struct db_command_table *list, struct db_command *cmd)
279 struct db_command *c;
294 db_cmd_match(char *name, struct db_command *cmd, struct db_command **cmdp,
331 struct db_command **cmdp)
333 struct db_command *cmd;
354 struct db_command *cmd;
378 db_command(struct db_command **last_cmdp, struct db_command_table *cmd_table,
382 struct db_command *cmd = NULL;
555 db_command(&db_last_command, &db_cmd_table, /* dopager */ true);
573 db_command(&db_last_command, &db_cmd_table, /* dopager */ false);