Searched refs:CommandName (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DUefiShellLevel1CommandsLib.c137 CHAR16 *CommandName; local
146 CommandName = NULL;
147 CommandName = StrnCatGrow(&CommandName, NULL, CommandNode->Cl, 0);
148 if (CommandName == NULL) {
152 CommandNameWalker = CommandName;
216 FreePool(CommandName);
H A DIf.c721 CHAR16 *CommandName; local
740 CommandName = NULL;
741 CommandName = StrnCatGrow(&CommandName, NULL, CommandNode->Cl, 0);
742 if (CommandName == NULL) {
745 CommandWalker = CommandName;
786 SHELL_FREE_NON_NULL(CommandName);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c544 @param[in] CommandName The pointer to the command name.
552 IN CONST CHAR16 *CommandName
555 if (IsCommand(CommandName, L"for")
556 ||IsCommand(CommandName, L"endfor")
557 ||IsCommand(CommandName, L"if")
558 ||IsCommand(CommandName, L"else")
559 ||IsCommand(CommandName, L"endif")
560 ||IsCommand(CommandName, L"goto")) {
1309 CHAR16 *CommandName; local
1337 CommandName
[all...]
H A DShell.h259 Function determins if the CommandName COULD be a valid command. It does not determine whether
262 @param[in] CommandName The name to check
264 @retval TRUE CommandName could be a command name
265 @retval FALSE CommandName could not be a valid command name
270 IN CONST CHAR16 *CommandName

Completed in 53 milliseconds