Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DFor.c112 CHAR16 *ReplacementName; member
420 Info->ReplacementName = Info->Set+StrSize(ArgSet)/sizeof(Info->Set[0]); in ShellCommandRunFor()
426 if (InternalIsAliasOnList(Info->ReplacementName, &CurrentScriptFile->SubstList)) { in ShellCommandRunFor()
465 Info->ReplacementName = Info->Set; in ShellCommandRunFor()
593 if (InternalIsAliasOnList(Info->ReplacementName, &CurrentScriptFile->SubstList)) { in ShellCommandRunFor()
650 InternalUpdateAliasOnList(Info->ReplacementName, TempString, &CurrentScriptFile->SubstList); in ShellCommandRunFor()
676 InternalRemoveAliasFromList(Info->ReplacementName, &CurrentScriptFile->SubstList); in ShellCommandRunFor()
707 … InternalUpdateAliasOnList(Info->ReplacementName, TempString, &CurrentScriptFile->SubstList); in ShellCommandRunFor()
738 InternalRemoveAliasFromList(Info->ReplacementName, &CurrentScriptFile->SubstList); in ShellCommandRunFor()