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.c800 if (Result || MoveToTagSpecial(ShellCommandGetCurrentScriptFile())) { in PerformResultOperation()
846 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunIf()
932 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunIf()
1007 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunElse()
1082 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunEndIf()
DFor.c88 …Found = MoveToTag(GetPreviousNode, L"for", L"endfor", NULL, ShellCommandGetCurrentScriptFile(), FA… in ShellCommandRunEndFor()
91 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunEndFor()
336 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunFor()
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellCommandLib.h413 ShellCommandGetCurrentScriptFile (
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c1046 ShellCommandGetCurrentScriptFile ( in ShellCommandGetCurrentScriptFile() function
1092 return (ShellCommandGetCurrentScriptFile()); in ShellCommandSetNewScript()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1491 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellConvertVariables()
2273 … } else if (ShellCommandGetCurrentScriptFile() != NULL && CommandReturnedStatus == SHELL_ABORTED) { in RunInternalCommand()
2295 if ( ShellCommandGetCurrentScriptFile() != NULL in RunInternalCommand()
2978 if (ShellCommandGetCurrentScriptFile()==NULL) { in RunScriptFileHandle()
DShellProtocol.c930 if (ShellCommandGetCurrentScriptFile() == NULL) { in EfiShellBatchIsActive()