Searched defs:ctl_command (Results 1 – 1 of 1) sorted by relevance
66 struct ctl_command { struct67 const char *name;68 enum actions action;69 int (*main)(struct parse_result *, int, char *[]);70 const char *usage;71 int has_pledge;