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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c1634 CHAR16 *CommandLine3; local
1740 for (CommandLine3 = CommandLine2 ; CommandLine3 != NULL && *CommandLine3 != CHAR_NULL ; CommandLine3++) {
1741 if (*CommandLine3 == L'^') {
1742 if (*(CommandLine3+1) == L'#' || *(CommandLine3+1) == L':') {
1743 CopyMem(CommandLine3, CommandLine3
[all...]

Completed in 60 milliseconds