Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DHelp.c296 CHAR16 *SortedCommandList; in ShellCommandRunHelp() local
310 SortedCommandList = NULL; in ShellCommandRunHelp()
394 SortedCommandList = NULL; in ShellCommandRunHelp()
396 …CopyListOfCommandNames(&SortedCommandList, &SortedCommandListSize, ShellCommandGetCommandList(TRUE… in ShellCommandRunHelp()
397 CopyListOfCommandNamesWithDynamic(&SortedCommandList, &SortedCommandListSize); in ShellCommandRunHelp()
399 for (CurrentCommand = SortedCommandList in ShellCommandRunHelp()
400 …Command != NULL && *CurrentCommand != CHAR_NULL && CurrentCommand < SortedCommandList + SortedComm… in ShellCommandRunHelp()
471 SHELL_FREE_NON_NULL(SortedCommandList); in ShellCommandRunHelp()