Searched defs:_cmd_table (Results 1 – 2 of 2) sorted by relevance
212 static struct _cmd_table { struct213 char *name;214 cmd_func func;215 int opendb;
148 struct _cmd_table { struct162 static struct _cmd_table *cmd_lookup(name) in cmd_lookup() argument