Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1945 CHAR16 *TempWalker; in IsValidSplit() local
1973 TempWalker = (CHAR16*)Temp; in IsValidSplit()
1974 if (!EFI_ERROR(GetNextParameter(&TempWalker, &FirstParameter, StrSize(CmdLine), TRUE))) { in IsValidSplit()
2559 CHAR16 *TempWalker; in RunShellCommand() local
2583 for (TempWalker = CleanOriginal; TempWalker != NULL && *TempWalker != CHAR_NULL; TempWalker++) { in RunShellCommand()
2584 if (*TempWalker == L'^') { in RunShellCommand()
2585 if (*(TempWalker + 1) == L'#') { in RunShellCommand()
2586 TempWalker++; in RunShellCommand()
2588 } else if (*TempWalker == L'#') { in RunShellCommand()
2589 *TempWalker = CHAR_NULL; in RunShellCommand()
[all …]