Lines Matching full:cmdl
24 #include "cmdl.h"28 static void about(struct cmdl *cmdl)45 cmdl->argv[0]);52 struct cmdl cmdl;91 cmdl.optind = optind;92 cmdl.argc = argc;93 cmdl.argv = argv;95 if ((res = run_cmd(NULL, &cmd, cmds, &cmdl, NULL)) != 0)