Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DFileHandleWrappers.c490 EFI_SHELL_FILE_INFO *TabCurrent; in FileInterfaceStdInRead() local
516 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()
635TabCurrent = (EFI_SHELL_FILE_INFO*) GetNextNode (&TabCompleteList->Link, &TabCurrent->Link); in FileInterfaceStdInRead()
641 if (IsNull(&TabCompleteList->Link, &TabCurrent->Link)) { in FileInterfaceStdInRead()
642TabCurrent = (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 …]