Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DFileHandleWrappers.c489 EFI_SHELL_FILE_INFO *TabCompleteList; in FileInterfaceStdInRead() local
515 TabCompleteList = NULL; in FileInterfaceStdInRead()
573 if (TabCompleteList != NULL) { in FileInterfaceStdInRead()
574 ShellInfoObject.NewEfiShellProtocol->FreeFileList (&TabCompleteList); in FileInterfaceStdInRead()
575 DEBUG_CODE(TabCompleteList = NULL;); in FileInterfaceStdInRead()
615 …Status = CreateTabCompletionList (CurrentString, StringLen, *BufferSize, &TabCompleteList, &TabUpd… in FileInterfaceStdInRead()
631 ASSERT(TabCompleteList != NULL); in FileInterfaceStdInRead()
633 TabCurrent = (EFI_SHELL_FILE_INFO*) GetFirstNode (&TabCompleteList->Link); in FileInterfaceStdInRead()
635 … TabCurrent = (EFI_SHELL_FILE_INFO*) GetNextNode (&TabCompleteList->Link, &TabCurrent->Link); in FileInterfaceStdInRead()
641 if (IsNull(&TabCompleteList->Link, &TabCurrent->Link)) { in FileInterfaceStdInRead()
[all …]