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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c1202 CHAR16 *NextCommandLine; local
1215 NextCommandLine = NULL;
1220 NextCommandLine = StrnCatGrow(&NextCommandLine, &Size1, StrStr(CmdLine, L"|")+1, 0);
1223 if (NextCommandLine == NULL || OurCommandLine == NULL) {
1225 SHELL_FREE_NON_NULL(NextCommandLine);
1228 if (NextCommandLine[0] != CHAR_NULL &&
1229 NextCommandLine[0] == L'a' &&
1230 NextCommandLine[1] == L' '
1232 CopyMem(NextCommandLine, NextCommandLin
[all...]

Completed in 43 milliseconds