HomeSort by relevance Sort by last modified time
    Searched defs:CurrentCommand (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Help.c 301 CONST CHAR16 *CurrentCommand;
403 for (CurrentCommand = SortedCommandList
404 ; CurrentCommand != NULL && *CurrentCommand != CHAR_NULL && CurrentCommand < SortedCommandList + SortedCommandListSize/sizeof(CHAR16)
405 ; CurrentCommand += StrLen(CurrentCommand) + 1
414 if ((gUnicodeCollation->MetaiMatch(gUnicodeCollation, (CHAR16*)CurrentCommand, CommandToGetHelpOn)) ||
415 (gEfiShellProtocol->GetAlias(CommandToGetHelpOn, NULL) != NULL && (gUnicodeCollation->MetaiMatch(gUnicodeCollation, (CHAR16*)CurrentCommand, (CHAR16*)(gEfiShellProtocol->GetAlias(CommandToGetHelpOn, NULL)))))) {
419 Status = ShellPrintHelp(CurrentCommand, SectionToGetHelpOn, PrintCommandText);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Include/Library/
ShellCommandLib.h 401 SCRIPT_COMMAND_LIST *CurrentCommand; ///< The command currently being operated. If !=NULL must be a member of CommandList.

Completed in 735 milliseconds