Searched refs:g_RegisteredCommands (Results 1 – 1 of 1) sorted by relevance
82 static shell_command_context_list_t g_RegisteredCommands; variable314 for (i = 0; i < g_RegisteredCommands.numberOfCommandInList; i++) in HelpCommand()316 context->printf_data_func(g_RegisteredCommands.CommandList[i]->pcHelpString); in HelpCommand()345 for (i = 0; i < g_RegisteredCommands.numberOfCommandInList; i++) in ProcessCommand()347 tmpCommand = g_RegisteredCommands.CommandList[i]; in ProcessCommand()473 for (i = 0; i < g_RegisteredCommands.numberOfCommandInList; i++) in AutoComplete()475 tmpCommand = g_RegisteredCommands.CommandList[i]; in AutoComplete()604 if (g_RegisteredCommands.numberOfCommandInList < SHELL_MAX_CMD) in SHELL_RegisterCommand()606 … g_RegisteredCommands.CommandList[g_RegisteredCommands.numberOfCommandInList++] = command_context; in SHELL_RegisterCommand()
Completed in 5 milliseconds