Searched refs:tmpCommand (Results 1 – 1 of 1) sorted by relevance
343 if ((tmpCommand == NULL) && (argc > 0)) in ProcessCommand()348 tmpCommandString = tmpCommand->pcCommand; in ProcessCommand()381 if ((tmpCommand != NULL) && (flag == 1U)) in ProcessCommand()385 tmpCommand = NULL; in ProcessCommand()387 else if (tmpCommand != NULL) in ProcessCommand()407 tmpCommand->pFuncCallBack(context, argc, argv); in ProcessCommand()408 tmpCommand = NULL; in ProcessCommand()414 tmpCommand = NULL; in ProcessCommand()454 const shell_command_context_t *tmpCommand = NULL; in AutoComplete() local475 tmpCommand = g_RegisteredCommands.CommandList[i]; in AutoComplete()[all …]
Completed in 6 milliseconds