Home | History | Annotate | Download | only in tipc

Lines Matching full:cmdl

2  * cmdl.h	Framework for handling command line options.
19 struct cmdl {
28 struct cmdl *cmdl, void *data);
29 void (*help)(struct cmdl *cmdl);
38 int parse_opts(struct opt *opts, struct cmdl *cmdl);
39 char *shift_cmdl(struct cmdl *cmdl);
42 const struct cmd *cmds, struct cmdl *cmdl, void *data);