Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1616 CHAR16 *NextCommandLine; in RunSplitCommand() local
1629 NextCommandLine = NULL; in RunSplitCommand()
1634 NextCommandLine = StrnCatGrow(&NextCommandLine, &Size1, StrStr(CmdLine, L"|")+1, 0); in RunSplitCommand()
1637 if (NextCommandLine == NULL || OurCommandLine == NULL) { in RunSplitCommand()
1639 SHELL_FREE_NON_NULL(NextCommandLine); in RunSplitCommand()
1643 SHELL_FREE_NON_NULL(NextCommandLine); in RunSplitCommand()
1645 } else if (NextCommandLine[0] == L'a' && in RunSplitCommand()
1646 (NextCommandLine[1] == L' ' || NextCommandLine[1] == CHAR_NULL) in RunSplitCommand()
1648 …CopyMem(NextCommandLine, NextCommandLine+1, StrSize(NextCommandLine) - sizeof(NextCommandLine[0])); in RunSplitCommand()
1649 while (NextCommandLine[0] == L' ') { in RunSplitCommand()
[all …]