Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellCommandLib.h391 CHAR16 *Cl; ///< The original command line. member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.c147 CommandName = StrnCatGrow(&CommandName, NULL, CommandNode->Cl, 0); in TestNodeForMove()
DIf.c739 CommandName = StrnCatGrow(&CommandName, NULL, CommandNode->Cl, 0); in MoveToTagSpecial()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c1054 if (Script->CurrentCommand->Cl != NULL) { in DeleteScriptFileStruct()
1055 SHELL_FREE_NON_NULL(Script->CurrentCommand->Cl); in DeleteScriptFileStruct()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c2803 NewScriptFile->CurrentCommand->Cl = CommandLine; in RunScriptFileHandle()
2837 NewScriptFile->CurrentCommand->Cl, in RunScriptFileHandle()