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

  /device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
EfiShellDynamicCommand.h 78 CONST CHAR16 *CommandName;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
UefiShellLevel1CommandsLib.c 138 CHAR16 *CommandName;
147 CommandName = NULL;
148 CommandName = StrnCatGrow(&CommandName, NULL, CommandNode->Cl, 0);
149 if (CommandName == NULL) {
153 CommandNameWalker = CommandName;
221 FreePool(CommandName);
If.c 712 CHAR16 *CommandName;
731 CommandName = NULL;
732 CommandName = StrnCatGrow(&CommandName, NULL, CommandNode->Cl, 0);
733 if (CommandName == NULL) {
736 CommandWalker = CommandName;
781 SHELL_FREE_NON_NULL(CommandName);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c 744 @param[in] CommandName The pointer to the command name.
752 IN CONST CHAR16 *CommandName
755 if (IsCommand(CommandName, L"for")
756 ||IsCommand(CommandName, L"endfor")
757 ||IsCommand(CommandName, L"if")
758 ||IsCommand(CommandName, L"else")
759 ||IsCommand(CommandName, L"endif")
760 ||IsCommand(CommandName, L"goto")) {
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 368 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
373 getInlineCommandRenderKind(CommandName),
387 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
393 getInlineCommandRenderKind(CommandName),
399 StringRef CommandName) {
400 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID();
422 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
425 Loc.getLocWithOffset(1 + CommandName.size()),
642 StringRef CommandName = Command->getCommandName(Traits);
646 << CommandName
    [all...]
  /kernel/tests/net/test/
iproute.py 191 def CommandName(command):
380 name = CommandName(command)

Completed in 694 milliseconds