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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c1315 CHAR16 *PostAliasCmdLine; local
1339 PostAliasCmdLine = NULL;
1364 ASSERT(PostAliasCmdLine == NULL);
1371 PostAliasCmdLine = StrnCatGrow(&PostAliasCmdLine, &PostAliasSize, CommandName, 0);
1372 PostAliasCmdLine = StrnCatGrow(&PostAliasCmdLine, &PostAliasSize, StrStr(CleanOriginal, L" "), 0);
1375 PostAliasCmdLine = StrnCatGrow(&PostAliasCmdLine, NULL, CleanOriginal, 0);
1388 PostVariableCmdLine = ShellConvertVariables(PostAliasCmdLine);
[all...]

Completed in 77 milliseconds