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.c300 CHAR16 *SortedCommandList; in ShellCommandRunHelp() local
314 SortedCommandList = NULL; in ShellCommandRunHelp()
398 SortedCommandList = NULL; in ShellCommandRunHelp()
400 …CopyListOfCommandNames(&SortedCommandList, &SortedCommandListSize, ShellCommandGetCommandList(TRUE… in ShellCommandRunHelp()
401 CopyListOfCommandNamesWithDynamic(&SortedCommandList, &SortedCommandListSize); in ShellCommandRunHelp()
403 for (CurrentCommand = SortedCommandList in ShellCommandRunHelp()
404 …Command != NULL && *CurrentCommand != CHAR_NULL && CurrentCommand < SortedCommandList + SortedComm… in ShellCommandRunHelp()
475 SHELL_FREE_NON_NULL(SortedCommandList); in ShellCommandRunHelp()