Searched defs:cmd_struct (Results 1 – 2 of 2) sorted by relevance
20 struct cmd_struct { struct21 const char *cmd;22 int (*main)(int, const char **);46 static struct cmd_struct commands[] = { argument
248 struct cmd_struct { struct254 static int run_builtin(struct cmd_struct *p, int argc, const char **argv) in run_builtin() argument