Searched refs:SubstList (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DFor.c399 if (InternalIsAliasOnList(Info->ReplacementName, &CurrentScriptFile->SubstList)) {
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);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DShellCommandLib.h403 LIST_ENTRY SubstList; ///< A list of current script loop alias' (ALIAS_LIST objects) (Used for the for %-based replacement). member in struct:__anon12762
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c1096 for (AliasListNode = (ALIAS_LIST*)GetFirstNode(&CurrentScriptFile->SubstList)
1097 ; !IsNull(&CurrentScriptFile->SubstList, &AliasListNode->Link)
1098 ; AliasListNode = (ALIAS_LIST*)GetNextNode(&CurrentScriptFile->SubstList, &AliasListNode->Link)
1168 for (AliasListNode = (ALIAS_LIST*)GetFirstNode(&CurrentScriptFile->SubstList)
1169 ; !IsNull(&CurrentScriptFile->SubstList, &AliasListNode->Link)
1170 ; AliasListNode = (ALIAS_LIST*)GetNextNode(&CurrentScriptFile->SubstList, &AliasListNode->Link)
1685 InitializeListHead(&NewScriptFile->SubstList);

Completed in 258 milliseconds