Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
DOrderedCollectionTest.c416 const KEYED_COMMAND *KeyedCmd; in ListCommands() local
424 for (KeyedCmd = KeyedCommands; KeyedCmd->Command != NULL; ++KeyedCmd) { in ListCommands()
425 fprintf (stderr, "%-9s<int>: %s\n", KeyedCmd->Command, in ListCommands()
426 KeyedCmd->Description); in ListCommands()
569 const KEYED_COMMAND *KeyedCmd; in main() local
614 for (KeyedCmd = KeyedCommands; KeyedCmd->Command != NULL; ++KeyedCmd) { in main()
617 CmdLength = strlen (KeyedCmd->Command); in main()
619 if (strncmp (KeyedCmd->Command, Line, CmdLength) == 0) { in main()
634 KeyedCmd->Function (Value, Collection); in main()
640 if (KeyedCmd->Command != NULL) { in main()