Searched refs:TabCurrent (Results 1 – 1 of 1) sorted by relevance
490 EFI_SHELL_FILE_INFO *TabCurrent; in FileInterfaceStdInRead() local516 TabCurrent = NULL; in FileInterfaceStdInRead()611 TabCurrent = NULL; in FileInterfaceStdInRead()632 if (TabCurrent == 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()642 … TabCurrent = (EFI_SHELL_FILE_INFO*) GetNextNode (&TabCompleteList->Link, &TabCurrent->Link); in FileInterfaceStdInRead()796 OutputLength = StrLen (TabCurrent->FileName); in FileInterfaceStdInRead()801 if (StrStr(TabCurrent->FileName, L" ") != NULL){ in FileInterfaceStdInRead()[all …]