Lines Matching defs:command
62 static struct command {
63 const char *command;
76 struct command *cmd;
143 for (cmd = commands ; cmd->command != NULL; cmd++) {
144 if (strcasecmp(*argv, cmd->command) == 0)
155 struct command *cmd;
158 "Usage: %s [-NRX] [-d device] -a bdaddr <command> [parameters..]\n"
159 " %s [-NRX] [-c path] -l <command> [parameters..]\n"
174 for (cmd = commands ; cmd->command != NULL ; cmd++)
175 fprintf(stderr, "\t%-13s%s\n", cmd->command, cmd->usage);