Home | History | Annotate | Download | only in tools

Lines Matching refs:commands

160 	{ CSR_PSKEY_LOCAL_SUPPORTED_COMMANDS, CSR_TYPE_ARRAY,   18, "commands" },
1073 } commands[] = {
1119 printf("Commands:\n");
1120 for (i = 0; commands[i].str; i++)
1121 printf("\t%-10s %-20s\t%s\n", commands[i].str,
1122 commands[i].arg ? commands[i].arg : " ",
1123 commands[i].doc);
1231 for (i = 0; commands[i].str; i++) {
1232 if (strcasecmp(commands[i].str, argv[0]))
1235 err = commands[i].func(transport, argc, argv);