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 | 800 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()
|
| D | For.c | 88 …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/ |
| D | ShellCommandLib.h | 413 ShellCommandGetCurrentScriptFile (
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/ |
| D | UefiShellCommandLib.c | 1046 ShellCommandGetCurrentScriptFile ( in ShellCommandGetCurrentScriptFile() function 1092 return (ShellCommandGetCurrentScriptFile()); in ShellCommandSetNewScript()
|
| /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
| D | Shell.c | 1491 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()
|
| D | ShellProtocol.c | 930 if (ShellCommandGetCurrentScriptFile() == NULL) { in EfiShellBatchIsActive()
|