Home
last modified time | relevance | path

Searched refs:tmpCommand (Results 1 – 1 of 1) sorted by relevance

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/
A Dfsl_shell.c343 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() local
475 tmpCommand = g_RegisteredCommands.CommandList[i]; in AutoComplete()
[all …]

Completed in 5 milliseconds