Searched refs:Cl (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DShellCommandLib.h392 CHAR16 *Cl; ///< The original command line. member in struct:__anon12761
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DUefiShellLevel1CommandsLib.c147 CommandName = StrnCatGrow(&CommandName, NULL, CommandNode->Cl, 0);
H A DIf.c741 CommandName = StrnCatGrow(&CommandName, NULL, CommandNode->Cl, 0);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DUefiShellCommandLib.c795 if (Script->CurrentCommand->Cl != NULL) {
796 SHELL_FREE_NON_NULL(Script->CurrentCommand->Cl);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c1703 NewScriptFile->CurrentCommand->Cl = CommandLine;
1735 StrCpy(CommandLine2, NewScriptFile->CurrentCommand->Cl);

Completed in 92 milliseconds