Searched refs:ShellCommandGetCurrentScriptFile (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/ |
D | Goto.c | 83 … (!MoveToTag(GetNextNode, L"endfor", L"for", CompareString, ShellCommandGetCurrentScriptFile(), FA… in ShellCommandRunGoto() 84 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunGoto()
|
D | Shift.c | 43 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunShift()
|
D | If.c | 806 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()
|
D | For.c | 87 …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/ |
D | ShellCommandLib.h | 413 ShellCommandGetCurrentScriptFile (
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | Shell.c | 1541 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()
|
D | ShellProtocol.c | 931 if (ShellCommandGetCurrentScriptFile() == NULL) { in EfiShellBatchIsActive()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/ |
D | UefiShellCommandLib.c | 1075 ShellCommandGetCurrentScriptFile ( in ShellCommandGetCurrentScriptFile() function 1121 return (ShellCommandGetCurrentScriptFile()); in ShellCommandSetNewScript()
|