Searched refs:cc (Results 1 – 2 of 2) sorted by relevance
1208 struct command_ctx *cc = NULL; in cli_command_dispatch() local1218 struct command_ctx, list_node, cc) { in cli_command_dispatch()1220 cli_print(cc->cmd.help); in cli_command_dispatch()1250 struct command_ctx, list_node, cc) { in cli_command_dispatch()1251 if (strcmp(args[0], cc->cmd.command) == 0) { in cli_command_dispatch()1261 if (cc->cmd.ignore_help_flag == false) { in cli_command_dispatch()1268 if ((args[index] != 0 || cc->cmd.handler == 0) && in cli_command_dispatch()1269 cc->cmd.help != 0) { in cli_command_dispatch()1270 status = cli_print(cc->cmd.help); in cli_command_dispatch()1288 if (cc->cmd.handler != 0) in cli_command_dispatch()[all …]
828 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
Completed in 6 milliseconds