Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DGoto.c83 … (!MoveToTag(GetNextNode, L"endfor", L"for", CompareString, ShellCommandGetCurrentScriptFile(), FA… in ShellCommandRunGoto()
84 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunGoto()
DShift.c43 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunShift()
DIf.c806 if (Result || MoveToTagSpecial(ShellCommandGetCurrentScriptFile())) { in PerformResultOperation()
852 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunIf()
938 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunIf()
1016 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunElse()
1094 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunEndIf()
DFor.c87 …Found = MoveToTag(GetPreviousNode, L"for", L"endfor", NULL, ShellCommandGetCurrentScriptFile(), FA… in ShellCommandRunEndFor()
90 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunEndFor()
331 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunFor()
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellCommandLib.h413 ShellCommandGetCurrentScriptFile (
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1541 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellConvertVariables()
2314 … } else if (ShellCommandGetCurrentScriptFile() != NULL && CommandReturnedStatus == SHELL_ABORTED) { in RunInternalCommand()
2336 if ( ShellCommandGetCurrentScriptFile() != NULL in RunInternalCommand()
2522 ConstScriptFile = ShellCommandGetCurrentScriptFile(); in SetupAndRunCommandOrFile()
3019 if (ShellCommandGetCurrentScriptFile()==NULL) { in RunScriptFileHandle()
DShellProtocol.c931 if (ShellCommandGetCurrentScriptFile() == NULL) { in EfiShellBatchIsActive()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c1075 ShellCommandGetCurrentScriptFile ( in ShellCommandGetCurrentScriptFile() function
1121 return (ShellCommandGetCurrentScriptFile()); in ShellCommandSetNewScript()