Searched defs:ReplacementName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DFor.c112 CHAR16 *ReplacementName; member in struct:__anon12888
393 Info->ReplacementName = Info->Set+StrSize(ArgSet)/sizeof(Info->Set[0]);
399 if (InternalIsAliasOnList(Info->ReplacementName, &CurrentScriptFile->SubstList)) {
429 Info->ReplacementName = Info->Set;
569 if (InternalIsAliasOnList(Info->ReplacementName, &CurrentScriptFile->SubstList)) {
626 InternalUpdateAliasOnList(Info->ReplacementName, TempString, &CurrentScriptFile->SubstList);
652 InternalRemoveAliasFromList(Info->ReplacementName, &CurrentScriptFile->SubstList);
686 InternalUpdateAliasOnList(Info->ReplacementName, TempString, &CurrentScriptFile->SubstList);
723 InternalRemoveAliasFromList(Info->ReplacementName, &CurrentScriptFile->SubstList);

Completed in 42 milliseconds